Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dexclaves_memory.c154 exclaves_memory_alloc(const uint32_t npages, uint32_t *pages, const exclaves_memory_pagekind_t kind) in exclaves_memory_alloc() function
374 exclaves_memory_alloc(npages, pagelist.pages,
410 exclaves_memory_alloc(npages, pages,
H A Dexclaves_memory.h49 exclaves_memory_alloc(uint32_t npages, uint32_t * _Nonnull pages, const exclaves_memory_pagekind_t …
H A Dexclaves.c1921 exclaves_memory_alloc(npages, page, EXCLAVES_MEMORY_PAGEKIND_ROOTDOMAIN); in handle_response_pmm_early_alloc()