Home
last modified time | relevance | path

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

/linux-6.15/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()
H A Ddirty_log_test.c594 uint64_t phys_offset; member
634 if (!p->phys_offset) { in run_test()
639 guest_test_phys_mem = p->phys_offset; in run_test()
857 p.phys_offset = strtoull(optarg, NULL, 0); in main()
H A Ddirty_log_perf_test.c128 uint64_t phys_offset; member
392 p.phys_offset = strtoull(optarg, NULL, 0); in main()
/linux-6.15/drivers/of/
H A Dfdt.c1091 const u64 phys_offset = MIN_MEMBLOCK_ADDR; in early_init_dt_add_memory_arch() local
1117 if (base + size < phys_offset) { in early_init_dt_add_memory_arch()
1122 if (base < phys_offset) { in early_init_dt_add_memory_arch()
1124 base, phys_offset); in early_init_dt_add_memory_arch()
1125 size -= phys_offset - base; in early_init_dt_add_memory_arch()
1126 base = phys_offset; in early_init_dt_add_memory_arch()
/linux-6.15/arch/arm64/include/asm/
H A Dkexec.h117 unsigned long phys_offset; member
/linux-6.15/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-6.15/arch/s390/boot/
H A Dstartup.c216 unsigned long offset, unsigned long phys_offset) in kaslr_adjust_relocs() argument
223 loc = (long)*reloc + phys_offset; in kaslr_adjust_relocs()
/linux-6.15/arch/arm64/kernel/
H A Dmachine_kexec.c148 kimage->arch.phys_offset = virt_to_phys(kimage) - (long)kimage; in machine_kexec_post_load()
H A Dasm-offsets.c172 DEFINE(KIMAGE_ARCH_PHYS_OFFSET, offsetof(struct kimage, arch.phys_offset)); in main()
/linux-6.15/drivers/usb/musb/
H A Dtusb6010_omap.c32 unsigned long phys_offset; member
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dsdma.c1465 unsigned long phys_offset; in sdma_init() local
1471 phys_offset = (unsigned long)sde->head_dma - in sdma_init()
1473 sde->head_phys = dd->sdma_heads_phys + phys_offset; in sdma_init()