Home
last modified time | relevance | path

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

/xnu-12377.1.9/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
382 exclaves_memory_alloc(npages, pagelist.pages,
404 exclaves_memory_alloc(npages, pagelist.pages, kind, alloc_flags);
460 exclaves_memory_alloc(npages, pages,
487 exclaves_memory_alloc(npages, pages, kind, alloc_flags);
H A Dexclaves_memory.h53 exclaves_memory_alloc(uint32_t npages, uint32_t * _Nonnull pages, const exclaves_memory_pagekind_t …
H A Dexclaves.c2057 exclaves_memory_alloc(npages, page, kind, alloc_flags); in handle_response_pmm_early_alloc()