Searched refs:p_end (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ |
D | memblock.h | 118 p_start, p_end, p_nid) \ argument 120 p_start, p_end, p_nid); \ 123 p_start, p_end, p_nid)) 138 p_start, p_end, p_nid) \ argument 141 p_start, p_end, p_nid); \ 144 p_start, p_end, p_nid)) 155 #define for_each_reserved_mem_region(i, p_start, p_end) \ argument 157 __next_reserved_mem_region(&i, p_start, p_end); \ 159 __next_reserved_mem_region(&i, p_start, p_end)) 203 #define for_each_mem_pfn_range(i, nid, p_start, p_end, p_nid) \ argument [all …]
|
D | nilfs2_fs.h | 803 __u64 p_end; member
|
/linux-4.4.14/arch/powerpc/boot/ |
D | crt0.S | 32 p_end: .llong _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-4.4.14/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-4.4.14/arch/x86/mm/ |
D | init_64.c | 1235 static void __meminitdata *p_start, *p_end; variable 1271 if (p_end != p || node_start != node) { in vmemmap_populate_hugepages() 1274 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages() 1281 p_end = p + PMD_SIZE; in vmemmap_populate_hugepages() 1372 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last() 1374 p_end = NULL; in vmemmap_populate_print_last()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | head_64.S | 533 p_end: .llong _end - _stext label 536 addis r5,r26,(p_end - _stext)@ha 537 ld r5,(p_end - _stext)@l(r5) /* get _end */
|
/linux-4.4.14/drivers/parisc/ |
D | sba_iommu.c | 1731 long *p_end = (long *) &(sba_dev->ioc[i].res_map[idx_end]); in sba_common_init() local 1734 while (p_start < p_end) in sba_common_init()
|
/linux-4.4.14/fs/nilfs2/ |
D | ioctl.c | 726 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 556 struct page *p_start, *p_end; in netlink_frame_flush_dcache() local 560 p_end = pgvec_to_page((void *)hdr + NL_MMAP_HDRLEN + nm_len - 1); in netlink_frame_flush_dcache() 561 while (p_start <= p_end) { in netlink_frame_flush_dcache()
|