/Linux-v4.19/include/linux/ |
D | memblock.h | 157 p_start, p_end, p_nid) \ argument 159 p_start, p_end, p_nid); \ 162 p_start, p_end, p_nid)) 177 p_start, p_end, p_nid) \ argument 180 p_start, p_end, p_nid); \ 183 p_start, p_end, p_nid)) 194 #define for_each_reserved_mem_region(i, p_start, p_end) \ argument 195 for (i = 0UL, __next_reserved_mem_region(&i, p_start, p_end); \ 197 __next_reserved_mem_region(&i, p_start, p_end)) 230 #define for_each_mem_pfn_range(i, nid, p_start, p_end, p_nid) \ argument [all …]
|
/Linux-v4.19/arch/powerpc/boot/ |
D | crt0.S | 32 p_end: .8byte _end label 44 p_end: .long _end label 125 lwz r8,p_end-p_base(r10) 208 ld r8,p_end-p_base(r10)
|
/Linux-v4.19/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-v4.19/drivers/media/firewire/ |
D | firedtv-fw.c | 104 char *p, *p_end; in handle_iso() local 115 p_end = p + length; in handle_iso() 117 for (p += CIP_HEADER_SIZE + MPEG2_TS_HEADER_SIZE; p < p_end; in handle_iso()
|
/Linux-v4.19/sound/soc/stm/ |
D | stm32_spdifrx.c | 247 u32 *p_end = p_start + (2 * SPDIFRX_CS_BYTES_NB) - 1; in stm32_spdifrx_dma_complete() local 259 while (ptr <= p_end) { in stm32_spdifrx_dma_complete() 265 if (ptr > p_end) { in stm32_spdifrx_dma_complete() 273 if (ptr > p_end) { in stm32_spdifrx_dma_complete()
|
/Linux-v4.19/arch/x86/mm/ |
D | init_64.c | 1397 static void __meminitdata *p_start, *p_end; variable 1441 if (p_end != p || node_start != node) { in vmemmap_populate_hugepages() 1444 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages() 1451 p_end = p + PMD_SIZE; in vmemmap_populate_hugepages() 1555 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last() 1557 p_end = NULL; in vmemmap_populate_print_last()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | head_64.S | 661 p_end: .8byte _end - copy_to_here label 668 addis r8,r26,(ABS_ADDR(p_end))@ha 669 ld r8,(ABS_ADDR(p_end))@l(r8)
|
/Linux-v4.19/include/uapi/linux/ |
D | nilfs2_api.h | 177 __u64 p_end; member
|
/Linux-v4.19/tools/perf/util/ |
D | dwarf-aux.c | 1211 bool p_end; in die_get_postprologue_addr() local 1223 dwarf_lineprologueend(line, &p_end)) in die_get_postprologue_addr() 1231 if (p_end) in die_get_postprologue_addr()
|
/Linux-v4.19/drivers/parisc/ |
D | sba_iommu.c | 1759 long *p_end = (long *) &(sba_dev->ioc[i].res_map[idx_end]); in sba_common_init() local 1762 while (p_start < p_end) in sba_common_init()
|
/Linux-v4.19/fs/nilfs2/ |
D | ioctl.c | 710 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
|