Home
last modified time | relevance | path

Searched refs:phys_offset (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/kvm/
H A Dkvm_page_table_test.c230 uint64_t phys_offset; member
259 if (!p->phys_offset) in pre_init_before_test()
263 guest_test_phys_mem = p->phys_offset; in pre_init_before_test()
451 p.phys_offset = strtoull(optarg, NULL, 0); in main()
/linux/drivers/of/
H A Dfdt.c1151 const u64 phys_offset = MIN_MEMBLOCK_ADDR; in early_init_dt_add_memory_arch() local
1177 if (base + size < phys_offset) { in early_init_dt_add_memory_arch()
1182 if (base < phys_offset) { in early_init_dt_add_memory_arch()
1184 base, phys_offset); in early_init_dt_add_memory_arch()
1185 size -= phys_offset - base; in early_init_dt_add_memory_arch()
1186 base = phys_offset; in early_init_dt_add_memory_arch()
/linux/arch/arm/mm/
H A Dpmsa-v8.c103 phys_addr_t phys_offset = PHYS_OFFSET; in pmsav8_adjust_lowmem_bounds() local
108 if (reg_start != phys_offset) in pmsav8_adjust_lowmem_bounds()
H A Dpmsa-v7.c268 phys_addr_t phys_offset = PHYS_OFFSET; in pmsav7_adjust_lowmem_bounds() local
273 if (reg_start != phys_offset) in pmsav7_adjust_lowmem_bounds()
/linux/arch/arm64/kernel/
H A Dasm-offsets.c173 DEFINE(KIMAGE_ARCH_PHYS_OFFSET, offsetof(struct kimage, arch.phys_offset)); in main()
/linux/drivers/usb/musb/
H A Dtusb6010_omap.c32 unsigned long phys_offset; member