Home
last modified time | relevance | path

Searched defs:tte2 (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/arm64/
H A Darm_vm_init.c824 tt_entry_t *tte2 = NULL; in arm_replace_identity_map() local
873 tt_entry_t *tte1, *tte2; in arm_kva_to_tte() local
885 tt_entry_t *tte2 = arm_kva_to_tte(va); in arm_kva_to_pte() local
973 tt_entry_t *tte2; in arm_vm_page_granular_helper() local
1099 tt_entry_t *tte2; in arm_vm_page_granular_prot() local
H A Dmachine_routines.c1567 tt_entry_t *tte2; in ml_static_protect() local
H A Dproc_reg.h970 #define L3_TABLE_VA(tte2) ((pt_entry_t*) phystokv((*(tte2)) & ARM_TTE_TABLE_MASK)) argument