Home
last modified time | relevance | path

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

/xen/xen/include/asm-arm/
A Dlpae.h225 first_table_offset(addr), \
270 #define first_table_offset(va) TABLE_OFFSET(first_linear_offset(va)) macro
/xen/xen/arch/arm/
A Dmm.c209 BUILD_BUG_ON(first_table_offset(XEN_VIRT_START)); in build_assertions()
224 first_table_offset(addr), in dump_pt_walk()
668 p[first_table_offset(DOMHEAP_VIRT_START+i*FIRST_SIZE)] in setup_pagetables()
670 p[first_table_offset(DOMHEAP_VIRT_START+i*FIRST_SIZE)].pt.table = 1; in setup_pagetables()
777 write_pte(&first[first_table_offset(DOMHEAP_VIRT_START+i*FIRST_SIZE)], pte); in init_secondary_pagetables()
879 write_pte(&first[first_table_offset(vaddr)], pte); in setup_xenheap_mappings()
919 write_pte(&xen_first[first_table_offset(FRAMETABLE_VIRT_START)+i], pte); in setup_frametable_mappings()
/xen/xen/arch/arm/arm64/
A Dhead.S38 #define XEN_FIRST_SLOT first_table_offset(XEN_VIRT_START)
/xen/xen/arch/arm/arm32/
A Dhead.S36 #define XEN_FIRST_SLOT first_table_offset(XEN_VIRT_START)

Completed in 9 milliseconds