Home
last modified time | relevance | path

Searched refs:TATTR_UXN_TABLE (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/arm64/include/
HDpte.h48 #define TATTR_UXN_TABLE (1UL << 60) macro
/freebsd-head/sys/arm64/arm64/
HDlocore.S736 orr x12, x12, #(TATTR_UXN_TABLE | TATTR_AP_TABLE_NO_EL0)
HDpmap.c1017 TATTR_UXN_TABLE | TATTR_AP_TABLE_NO_EL0 | L0_TABLE); in pmap_bootstrap_l0_table()
2814 l0e |= TATTR_UXN_TABLE | TATTR_AP_TABLE_NO_EL0; in _pmap_alloc_l3()
9892 if ((table & TATTR_UXN_TABLE) != 0) in sysctl_kmaps_table_attrs()
/freebsd-head/sys/arm64/vmm/
HDvmm_arm64.c1015 (pte & TATTR_UXN_TABLE) != 0) || in vmmops_gla2gpa()