/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 | 802 __u64 p_start; member
|
/linux-4.4.14/arch/powerpc/boot/ |
D | crt0.S | 29 p_start: .llong _start label 41 p_start: .long _start label 113 3: lwz r9,p_start-p_base(r10) /* note: these are relocated now */ 196 3: ld r9,p_start-p_base(r10) /* note: these are relocated now */
|
/linux-4.4.14/arch/x86/mm/ |
D | init_64.c | 1235 static void __meminitdata *p_start, *p_end; variable 1272 if (p_start) in vmemmap_populate_hugepages() 1274 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages() 1277 p_start = p; in vmemmap_populate_hugepages() 1370 if (p_start) { in vmemmap_populate_print_last() 1372 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last() 1373 p_start = NULL; in vmemmap_populate_print_last()
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | pcmplc.c | 840 plc->p_start = 0 ; in pcm_fsm() 868 plc->p_start = 3 ; in pcm_fsm() 880 plc->p_start = 4 ; in pcm_fsm() 891 plc->p_start = 7 ; in pcm_fsm() 907 plc->p_start = 7 ; in pcm_fsm() 925 plc->p_start = 8 ; in pcm_fsm() 1803 phy->r_val[plc->p_start+i] = n & 1 ; in plc_irq()
|
/linux-4.4.14/security/apparmor/ |
D | apparmorfs.c | 682 static void *p_start(struct seq_file *f, loff_t *pos) in p_start() function 761 .start = p_start,
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | ucc_geth.c | 269 u32 *p_start, in fill_init_enet_entries() argument 299 *(p_start++) = in fill_init_enet_entries() 308 u32 *p_start, in return_init_enet_entries() argument 318 u32 val = *p_start; in return_init_enet_entries() 333 *p_start++ = 0; in return_init_enet_entries() 342 u32 __iomem *p_start, in dump_init_enet_entries() argument 353 u32 val = in_be32(p_start); in dump_init_enet_entries() 365 (in_be32(p_start) & in dump_init_enet_entries() 373 p_start++; in dump_init_enet_entries()
|
/linux-4.4.14/drivers/parisc/ |
D | sba_iommu.c | 1730 long *p_start = (long *) &(sba_dev->ioc[i].res_map[idx_start]); in sba_common_init() local 1734 while (p_start < p_end) in sba_common_init() 1735 *p_start++ = -1; in sba_common_init()
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 556 struct page *p_start, *p_end; in netlink_frame_flush_dcache() local 559 p_start = pgvec_to_page(hdr + PAGE_SIZE); in netlink_frame_flush_dcache() 561 while (p_start <= p_end) { in netlink_frame_flush_dcache() 562 flush_dcache_page(p_start); in netlink_frame_flush_dcache() 563 p_start++; in netlink_frame_flush_dcache()
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 454 u_short p_start ; /* first bit pos */ member
|
/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/kernel/trace/ |
D | trace_events.c | 949 static void *p_start(struct seq_file *m, loff_t *pos) in p_start() function 1788 .start = p_start,
|