Home
last modified time | relevance | path

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

/xnu-11417.101.15/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);
479 exclaves_memory_page_flags_t alloc_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE;
516 …es_memory_free(npages, _pages, (exclaves_memory_pagekind_t) kind, EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
529 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.c1897 exclaves_memory_page_flags_t alloc_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE; in handle_response_pmm_early_alloc()