| /Linux-v5.15/include/linux/ |
| D | memblock.h | 156 #define for_each_physmem_range(i, type, p_start, p_end) \ argument 157 for (i = 0, __next_physmem_range(&i, type, p_start, p_end); \ 159 __next_physmem_range(&i, type, p_start, p_end)) 175 p_start, p_end, p_nid) \ argument 177 p_start, p_end, p_nid); \ 180 p_start, p_end, p_nid)) 195 p_start, p_end, p_nid) \ argument 198 p_start, p_end, p_nid); \ 201 p_start, p_end, p_nid)) 209 #define for_each_mem_range(i, p_start, p_end) \ argument [all …]
|
| /Linux-v5.15/arch/s390/include/asm/ |
| D | mem_detect.h | 67 #define for_each_mem_detect_block(i, p_start, p_end) \ argument 68 for (i = 0, __get_mem_detect_block(i, p_start, p_end); \ 70 i++, __get_mem_detect_block(i, p_start, p_end))
|
| /Linux-v5.15/arch/riscv/mm/ |
| D | kasan_init.c | 175 phys_addr_t p_start, p_end; in kasan_init() local 184 for_each_mem_range(i, &p_start, &p_end) { in kasan_init() 186 void *end = (void *)__va(p_end); in kasan_init()
|
| /Linux-v5.15/arch/powerpc/boot/ |
| D | crt0.S | 29 p_end: .8byte _end label 41 p_end: .long _end label 121 lwz r8,p_end-p_base(r10) 204 ld r8,p_end-p_base(r10)
|
| /Linux-v5.15/arch/nds32/mm/ |
| D | proc.c | 414 unsigned long p_end = __pa(end); in cpu_l2cache_op() local 420 p_end = (p_end + line_size - 1) & (~(line_size - 1)); in cpu_l2cache_op() 429 } while (p_end > p_start); in cpu_l2cache_op()
|
| /Linux-v5.15/kernel/ |
| D | kexec_file.c | 1180 unsigned long long start, end, p_start, p_end; in crash_exclude_mem_range() local 1187 p_end = mend; in crash_exclude_mem_range() 1196 p_end = end; in crash_exclude_mem_range() 1199 if (p_start == start && p_end == end) { in crash_exclude_mem_range() 1224 if (p_start > start && p_end < end) { in crash_exclude_mem_range() 1227 temp_range.start = p_end + 1; in crash_exclude_mem_range() 1232 mem->ranges[i].start = p_end + 1; in crash_exclude_mem_range()
|
| /Linux-v5.15/drivers/media/firewire/ |
| D | firedtv-fw.c | 105 char *p, *p_end; in handle_iso() local 116 p_end = p + length; in handle_iso() 118 for (p += CIP_HEADER_SIZE + MPEG2_TS_HEADER_SIZE; p < p_end; in handle_iso()
|
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | head_64.S | 665 p_end: .8byte _end - copy_to_here label 672 addis r8,r26,(ABS_ADDR(p_end))@ha 673 ld r8,(ABS_ADDR(p_end))@l(r8)
|
| /Linux-v5.15/arch/x86/mm/ |
| D | init_64.c | 1532 static void __meminitdata *p_start, *p_end; variable 1573 if (p_end != p || node_start != node) { in vmemmap_populate_hugepages() 1576 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages() 1583 p_end = p + PMD_SIZE; in vmemmap_populate_hugepages() 1698 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last() 1700 p_end = NULL; in vmemmap_populate_print_last()
|
| /Linux-v5.15/sound/soc/stm/ |
| D | stm32_spdifrx.c | 255 u32 *p_end = p_start + (2 * SPDIFRX_CS_BYTES_NB) - 1; in stm32_spdifrx_dma_complete() local 267 while (ptr <= p_end) { in stm32_spdifrx_dma_complete() 273 if (ptr > p_end) { in stm32_spdifrx_dma_complete() 281 if (ptr > p_end) { in stm32_spdifrx_dma_complete()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | nilfs2_api.h | 177 __u64 p_end; member
|
| /Linux-v5.15/tools/perf/util/ |
| D | dwarf-aux.c | 1332 bool p_end; in die_get_postprologue_addr() local 1344 dwarf_lineprologueend(line, &p_end)) in die_get_postprologue_addr() 1352 if (p_end) in die_get_postprologue_addr()
|
| /Linux-v5.15/drivers/parisc/ |
| D | sba_iommu.c | 1739 long *p_end = (long *) &(sba_dev->ioc[i].res_map[idx_end]); in sba_common_init() local 1742 while (p_start < p_end) in sba_common_init()
|
| /Linux-v5.15/fs/nilfs2/ |
| D | ioctl.c | 690 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
|