Home
last modified time | relevance | path

Searched refs:retype_params (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/osfmk/arm64/sptm/pmap/
H A Dpmap.c1925 sptm_retype_params_t retype_params = {.raw = SPTM_RETYPE_PARAMS_NULL}; in pmap_create_commpage_table() local
1926 retype_params.level = (sptm_pt_level_t)pt_attr_leaf_level(pt_attr); in pmap_create_commpage_table()
1927 sptm_retype(new_table, XNU_DEFAULT, XNU_PAGE_TABLE_COMMPAGE, retype_params); in pmap_create_commpage_table()
1992 sptm_retype_params_t retype_params = {.raw = SPTM_RETYPE_PARAMS_NULL}; in pmap_prepare_commpages() local
1994 sptm_retype(commpage_data_pa, XNU_DEFAULT, XNU_COMMPAGE_RW, retype_params); in pmap_prepare_commpages()
1996 sptm_retype(commpage_ro_data_pa, XNU_DEFAULT, XNU_COMMPAGE_RO, retype_params); in pmap_prepare_commpages()
1999 sptm_retype(commpage_text_pa, XNU_DEFAULT, XNU_COMMPAGE_RX, retype_params); in pmap_prepare_commpages()
2903 sptm_retype_params_t retype_params = {.raw = SPTM_RETYPE_PARAMS_NULL}; in pmap_tt1_allocate() local
2911 sptm_retype(pa, XNU_DEFAULT, XNU_SUBPAGE_USER_ROOT_TABLES, retype_params); in pmap_tt1_allocate()
2927 sptm_retype_params_t retype_params = {.raw = SPTM_RETYPE_PARAMS_NULL}; in pmap_tt1_allocate() local
[all …]
H A Dpmap_data.c2404 const sptm_retype_params_t retype_params = {.raw = SPTM_RETYPE_PARAMS_NULL}; in pmap_recycle_page() local
2405 sptm_retype(paddr, frame_type, XNU_DEFAULT, retype_params); in pmap_recycle_page()
/xnu-12377.1.9/osfmk/tests/
H A Dpmap_tests.c932 sptm_retype_params_t retype_params = {.raw = SPTM_RETYPE_PARAMS_NULL}; in surt_allocation_emulation_thread() local
933 sptm_retype(surt_pa, XNU_DEFAULT, XNU_SUBPAGE_USER_ROOT_TABLES, retype_params); in surt_allocation_emulation_thread()
971 sptm_retype_params_t retype_params = {.raw = SPTM_RETYPE_PARAMS_NULL}; in surt_free_emulation_thread() local
973 XNU_DEFAULT, retype_params); in surt_free_emulation_thread()
/xnu-12377.1.9/san/memory/
H A Dkasan-arm64.c172 sptm_retype_params_t retype_params = { .level = 3 }; in kasan_arm64_alloc_zero_page() local
173 sptm_retype((sptm_paddr_t)mem, XNU_DEFAULT, XNU_PAGE_TABLE, retype_params); in kasan_arm64_alloc_zero_page()
/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_memory.c191 sptm_retype_params_t retype_params = { in exclaves_memory_alloc() local
195 XNU_DEFAULT, SK_DEFAULT, retype_params); in exclaves_memory_alloc()
/xnu-12377.1.9/osfmk/arm64/sptm/
H A Darm_init_sptm.c1617 sptm_retype_params_t retype_params; in alloc_ptpage() local
1618 retype_params.level = level; in alloc_ptpage()
1619 sptm_retype(paddr, XNU_DEFAULT, XNU_PAGE_TABLE, retype_params); in alloc_ptpage()
/xnu-12377.1.9/osfmk/arm64/
H A Dmachine_routines.c1906 sptm_retype_params_t retype_params = {.raw = SPTM_RETYPE_PARAMS_NULL}; in ml_static_protect() local
1907 sptm_retype(sptm_paddr_cur, current_type, XNU_DEFAULT, retype_params); in ml_static_protect()