HomeSort by: relevance | last modified time | path
    Searched refs:LX_TBL_PA (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/aarch64/include/
pte.h 69 #define LX_TBL_PA __BITS(47, 12)
pmap.h 91 #define lxpde_pa(pde) ((paddr_t)((pde) & LX_TBL_PA))
  /src/sys/arch/aarch64/aarch64/
pmapboot.c 291 l1 = (uint64_t *)(l0[idx0] & LX_TBL_PA);
336 l2 = (uint64_t *)(l1[idx1] & LX_TBL_PA);
380 l3 = (uint64_t *)(l2[idx2] & LX_TBL_PA);

Completed in 12 milliseconds