Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/arm64/
H A Darm_vm_init.c844 tt_entry_t *tte2 = NULL; in arm_replace_identity_map() local
893 tt_entry_t *tte1, *tte2; in arm_kva_to_tte() local
905 tt_entry_t *tte2 = arm_kva_to_tte(va); in arm_kva_to_pte() local
993 tt_entry_t *tte2; in arm_vm_page_granular_helper() local
1119 tt_entry_t *tte2; in arm_vm_page_granular_prot() local
H A Dmachine_routines.c1716 tt_entry_t *tte2; in ml_static_protect() local
H A Dproc_reg.h1278 #define L3_TABLE_VA(tte2) ((pt_entry_t*) phystokv((*(tte2)) & ARM_TTE_TABLE_MASK)) argument