Home
last modified time | relevance | path

Searched refs:map_base (Results 1 – 3 of 3) sorted by relevance

/xen/xen/arch/x86/
A Dtboot.c76 unsigned long map_base = 0; in tboot_copy_memory() local
82 if ( map_base != PFN_DOWN(pa + i) ) in tboot_copy_memory()
84 map_base = PFN_DOWN(pa + i); in tboot_copy_memory()
85 set_fixmap(FIX_TBOOT_MAP_ADDRESS, map_base << PAGE_SHIFT); in tboot_copy_memory()
88 va[i] = map_addr[pa + i - (map_base << PAGE_SHIFT)]; in tboot_copy_memory()
340 mfn_t map_base; in tboot_shutdown() local
348 map_base = maddr_to_mfn(g_tboot_shared->tboot_base); in tboot_shutdown()
351 err = map_pages_to_xen(mfn_to_maddr(map_base), map_base, map_size, in tboot_shutdown()
356 err, mfn_x(map_base), map_size); in tboot_shutdown()
/xen/xen/include/asm-arm/
A Dgic_v3_defs.h205 void __iomem *map_base; member
/xen/xen/arch/arm/
A Dgic-v3.c731 void __iomem *ptr = gicv3.rdist_regions[i].map_base; in gicv3_populate_rdist()
764 rdist_addr += ptr - gicv3.rdist_regions[i].map_base; in gicv3_populate_rdist()
1779 gicv3.rdist_regions[i].map_base = in gicv3_init()
1783 if ( !gicv3.rdist_regions[i].map_base ) in gicv3_init()

Completed in 8 milliseconds