Home
last modified time | relevance | path

Searched refs:exclaves_memory_pagekind_t (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/osfmk/kern/
H A Dexclaves_memory.h44 } exclaves_memory_pagekind_t; typedef
49 exclaves_memory_alloc(uint32_t npages, uint32_t * _Nonnull pages, const exclaves_memory_pagekind_t
52 …mory_free(uint32_t npages, const uint32_t * _Nonnull pages, const exclaves_memory_pagekind_t kind);
H A Dexclaves_memory.c128 get_conclave_mem_ledger(exclaves_memory_pagekind_t kind) in get_conclave_mem_ledger()
154 exclaves_memory_alloc(const uint32_t npages, uint32_t *pages, const exclaves_memory_pagekind_t kind) in exclaves_memory_alloc()
220 exclaves_memory_free(const uint32_t npages, const uint32_t *pages, const exclaves_memory_pagekind_t in exclaves_memory_free()
375 (exclaves_memory_pagekind_t) kind);
391 exclaves_memory_free(npages, pages, (exclaves_memory_pagekind_t) kind);
411 (exclaves_memory_pagekind_t) kind);
437 exclaves_memory_free(npages, _pages, (exclaves_memory_pagekind_t) kind);