Home
last modified time | relevance | path

Searched refs:ZEROETH_SHIFT (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/asm-arm/
A Dlpae.h258 #define ZEROETH_SHIFT (FIRST_SHIFT + LPAE_SHIFT) macro
259 #define ZEROETH_ORDER (ZEROETH_SHIFT - PAGE_SHIFT)
260 #define ZEROETH_SIZE (_AT(paddr_t, 1) << ZEROETH_SHIFT)
264 #define zeroeth_linear_offset(va) ((va) >> ZEROETH_SHIFT)
/xen/xen/arch/arm/arm64/
A Dhead.S574 create_table_entry boot_pgtable, boot_first, x0, ZEROETH_SHIFT, x1, x2, x3
613 lsr x0, x19, #ZEROETH_SHIFT /* x0 := zeroeth slot */
616 create_table_entry boot_pgtable, boot_first_id, x19, ZEROETH_SHIFT, x0, x1, x2
706 lsr x1, x19, #ZEROETH_SHIFT /* x1 := zeroeth slot */

Completed in 4 milliseconds