/Linux-v5.4/include/linux/ |
D | memblock.h | 162 p_start, p_end, p_nid) \ argument 164 p_start, p_end, p_nid); \ 167 p_start, p_end, p_nid)) 182 p_start, p_end, p_nid) \ argument 185 p_start, p_end, p_nid); \ 188 p_start, p_end, p_nid)) 199 #define for_each_reserved_mem_region(i, p_start, p_end) \ argument 200 for (i = 0UL, __next_reserved_mem_region(&i, p_start, p_end); \ 202 __next_reserved_mem_region(&i, p_start, p_end)) 235 #define for_each_mem_pfn_range(i, nid, p_start, p_end, p_nid) \ argument [all …]
|
/Linux-v5.4/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.4/arch/powerpc/boot/ |
D | crt0.S | 29 p_end: .8byte _end label 41 p_end: .long _end label 124 lwz r8,p_end-p_base(r10) 207 ld r8,p_end-p_base(r10)
|
/Linux-v5.4/arch/nds32/mm/ |
D | proc.c | 411 unsigned long p_end = __pa(end); in cpu_l2cache_op() local 417 p_end = (p_end + line_size - 1) & (~(line_size - 1)); in cpu_l2cache_op() 426 } while (p_end > p_start); in cpu_l2cache_op()
|
/Linux-v5.4/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.4/sound/soc/stm/ |
D | stm32_spdifrx.c | 254 u32 *p_end = p_start + (2 * SPDIFRX_CS_BYTES_NB) - 1; in stm32_spdifrx_dma_complete() local 266 while (ptr <= p_end) { in stm32_spdifrx_dma_complete() 272 if (ptr > p_end) { in stm32_spdifrx_dma_complete() 280 if (ptr > p_end) { in stm32_spdifrx_dma_complete()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | head_64.S | 658 p_end: .8byte _end - copy_to_here label 665 addis r8,r26,(ABS_ADDR(p_end))@ha 666 ld r8,(ABS_ADDR(p_end))@l(r8)
|
/Linux-v5.4/arch/x86/mm/ |
D | init_64.c | 1448 static void __meminitdata *p_start, *p_end; variable 1492 if (p_end != p || node_start != node) { in vmemmap_populate_hugepages() 1495 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages() 1502 p_end = p + PMD_SIZE; in vmemmap_populate_hugepages() 1608 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last() 1610 p_end = NULL; in vmemmap_populate_print_last()
|
/Linux-v5.4/include/uapi/linux/ |
D | nilfs2_api.h | 177 __u64 p_end; member
|
/Linux-v5.4/tools/perf/util/ |
D | dwarf-aux.c | 1198 bool p_end; in die_get_postprologue_addr() local 1210 dwarf_lineprologueend(line, &p_end)) in die_get_postprologue_addr() 1218 if (p_end) in die_get_postprologue_addr()
|
/Linux-v5.4/drivers/parisc/ |
D | sba_iommu.c | 1737 long *p_end = (long *) &(sba_dev->ioc[i].res_map[idx_end]); in sba_common_init() local 1740 while (p_start < p_end) in sba_common_init()
|
/Linux-v5.4/fs/nilfs2/ |
D | ioctl.c | 705 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
|