Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dpte.h110 #define L0_TABLE 0x3 /* A next-level table */ macro
118 #define L1_TABLE L0_TABLE
/f-stack/freebsd/arm64/arm64/
H A Defirt_machdep.c111 *l0 = mphys | L0_TABLE; in efi_1t1_l3()
H A Dlocore.S534 mov x12, #L0_TABLE
H A Dpmap.c456 if ((pmap_load(l0) & ATTR_DESCR_MASK) != L0_TABLE) in pmap_l1()
524 if (desc != L0_TABLE) { in pmap_pde()
613 if ((pmap_load(l0p) & ATTR_DESCR_MASK) != L0_TABLE) in pmap_get_tables()
1895 pmap_store(l0, VM_PAGE_TO_PHYS(m) | L0_TABLE); in _pmap_alloc_l3()