Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dexclaves_memory.c416 EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
426 exclaves_memory_page_flags_t alloc_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE;
457 …ves_memory_free(npages, pages, (exclaves_memory_pagekind_t) kind, EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
468 exclaves_memory_page_flags_t free_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE;
504 EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
518 exclaves_memory_page_flags_t alloc_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE;
557 …es_memory_free(npages, _pages, (exclaves_memory_pagekind_t) kind, EXCLAVES_MEMORY_PAGE_FLAGS_NONE);
570 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.c2027 exclaves_memory_page_flags_t alloc_flags = EXCLAVES_MEMORY_PAGE_FLAGS_NONE; in handle_response_pmm_early_alloc()