Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dexclaves_memory.c418 EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
428 exclaves_memory_page_flags_t alloc_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE;
459 …ves_memory_free(npages, pages, (exclaves_memory_pagekind_t) kind, EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
470 exclaves_memory_page_flags_t free_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE;
506 EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
520 exclaves_memory_page_flags_t alloc_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE;
559 …es_memory_free(npages, _pages, (exclaves_memory_pagekind_t) kind, EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
572 exclaves_memory_page_flags_t free_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE;
H A Dexclaves_memory.h47 EXCLAVES_MEMORY_PAGE_FLAGS_NONE = 0, enumerator
H A Dexclaves.c2066 exclaves_memory_page_flags_t alloc_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE; in handle_response_pmm_early_alloc()