Home
last modified time | relevance | path

Searched refs:exclaves_memory_alloc (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Dexclaves_memory.h44 exclaves_memory_alloc(uint32_t npages, uint32_t *pages, const xnuupcalls_pagekind_s kind);
H A Dexclaves_memory.c130 exclaves_memory_alloc(const uint32_t npages, uint32_t *pages, const xnuupcalls_pagekind_s kind) in exclaves_memory_alloc() function
246 exclaves_memory_alloc(npages, pagelist.pages, kind);
H A Dexclaves.c2068 exclaves_memory_alloc(npages, page, XNUUPCALLS_PAGEKIND_ROOTDOMAIN); in handle_response_pmm_early_alloc()