Searched refs:phys_offset (Results 1 – 12 of 12) sorted by relevance
| /linux/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 | 595 uint64_t phys_offset; member 635 if (!p->phys_offset) { in run_test() 640 guest_test_phys_mem = p->phys_offset; in run_test() 858 p.phys_offset = strtoull(optarg, NULL, 0); in main()
|
| H A D | dirty_log_perf_test.c | 96 uint64_t phys_offset; member 357 p.phys_offset = strtoull(optarg, NULL, 0); in main()
|
| /linux/drivers/of/ |
| H A D | fdt.c | 1151 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 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/arch/arm64/include/asm/ |
| H A D | kexec.h | 117 unsigned long phys_offset; member
|
| /linux/arch/s390/boot/ |
| H A D | startup.c | 227 unsigned long offset, unsigned long phys_offset) in kaslr_adjust_relocs() argument 234 loc = (long)*reloc + phys_offset; in kaslr_adjust_relocs()
|
| /linux/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 | 173 DEFINE(KIMAGE_ARCH_PHYS_OFFSET, offsetof(struct kimage, arch.phys_offset)); in main()
|
| /linux/drivers/usb/musb/ |
| H A D | tusb6010_omap.c | 32 unsigned long phys_offset; member
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | sdma.c | 1466 unsigned long phys_offset; in sdma_init() local 1472 phys_offset = (unsigned long)sde->head_dma - in sdma_init() 1474 sde->head_phys = dd->sdma_heads_phys + phys_offset; in sdma_init()
|