/Linux-v5.10/include/linux/ |
D | memblock.h | 155 #define for_each_physmem_range(i, type, p_start, p_end) \ argument 156 for (i = 0, __next_physmem_range(&i, type, p_start, p_end); \ 158 __next_physmem_range(&i, type, p_start, p_end)) 174 p_start, p_end, p_nid) \ argument 176 p_start, p_end, p_nid); \ 179 p_start, p_end, p_nid)) 194 p_start, p_end, p_nid) \ argument 197 p_start, p_end, p_nid); \ 200 p_start, p_end, p_nid)) 208 #define for_each_mem_range(i, p_start, p_end) \ argument [all …]
|
/Linux-v5.10/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.10/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.10/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.10/kernel/ |
D | kexec_file.c | 1173 unsigned long long start, end, p_start, p_end; in crash_exclude_mem_range() local 1180 p_end = mend; in crash_exclude_mem_range() 1189 p_end = end; in crash_exclude_mem_range() 1192 if (p_start == start && p_end == end) { in crash_exclude_mem_range() 1217 if (p_start > start && p_end < end) { in crash_exclude_mem_range() 1220 temp_range.start = p_end + 1; in crash_exclude_mem_range() 1225 mem->ranges[i].start = p_end + 1; in crash_exclude_mem_range()
|
/Linux-v5.10/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.10/arch/powerpc/kernel/ |
D | head_64.S | 657 p_end: .8byte _end - copy_to_here label 664 addis r8,r26,(ABS_ADDR(p_end))@ha 665 ld r8,(ABS_ADDR(p_end))@l(r8)
|
/Linux-v5.10/arch/x86/mm/ |
D | init_64.c | 1489 static void __meminitdata *p_start, *p_end; variable 1530 if (p_end != p || node_start != node) { in vmemmap_populate_hugepages() 1533 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages() 1540 p_end = p + PMD_SIZE; in vmemmap_populate_hugepages() 1646 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last() 1648 p_end = NULL; in vmemmap_populate_print_last()
|
/Linux-v5.10/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.10/include/uapi/linux/ |
D | nilfs2_api.h | 177 __u64 p_end; member
|
/Linux-v5.10/tools/perf/util/ |
D | dwarf-aux.c | 1328 bool p_end; in die_get_postprologue_addr() local 1340 dwarf_lineprologueend(line, &p_end)) in die_get_postprologue_addr() 1348 if (p_end) in die_get_postprologue_addr()
|
/Linux-v5.10/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.10/fs/nilfs2/ |
D | ioctl.c | 705 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
|