Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_memory.c384 EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
394 exclaves_memory_page_flags_t alloc_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE;
420 …ves_memory_free(npages, pages, (exclaves_memory_pagekind_t) kind, EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
431 exclaves_memory_page_flags_t free_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE;
462 EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
476 exclaves_memory_page_flags_t alloc_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE;
510 …es_memory_free(npages, _pages, (exclaves_memory_pagekind_t) kind, EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
523 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.c1933 exclaves_memory_page_flags_t alloc_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE; in handle_response_pmm_early_alloc()