Searched refs:phys_offset (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/ |
| H A D | kvm_page_table_test.c | 230 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 D | dirty_log_test.c | 594 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 D | dirty_log_perf_test.c | 128 uint64_t phys_offset; member 392 p.phys_offset = strtoull(optarg, NULL, 0); in main()
|
| /linux-6.15/drivers/of/ |
| H A D | fdt.c | 1091 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 D | kexec.h | 117 unsigned long phys_offset; member
|
| /linux-6.15/arch/arm/mm/ |
| H A D | pmsa-v8.c | 103 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 D | pmsa-v7.c | 268 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 D | startup.c | 216 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 D | machine_kexec.c | 148 kimage->arch.phys_offset = virt_to_phys(kimage) - (long)kimage; in machine_kexec_post_load()
|
| H A D | asm-offsets.c | 172 DEFINE(KIMAGE_ARCH_PHYS_OFFSET, offsetof(struct kimage, arch.phys_offset)); in main()
|
| /linux-6.15/drivers/usb/musb/ |
| H A D | tusb6010_omap.c | 32 unsigned long phys_offset; member
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | sdma.c | 1465 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()
|