Home
last modified time | relevance | path

Searched refs:p_start (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/include/linux/
Dmemblock.h118 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 …]
Dnilfs2_fs.h802 __u64 p_start; member
/linux-4.4.14/arch/powerpc/boot/
Dcrt0.S29 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/
Dinit_64.c1235 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/
Dpcmplc.c840 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/
Dapparmorfs.c682 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/
Ducc_geth.c269 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/
Dsba_iommu.c1730 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/
Daf_netlink.c556 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/
Dcmtdef.h454 u_short p_start ; /* first bit pos */ member
/linux-4.4.14/fs/nilfs2/
Dioctl.c726 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
/linux-4.4.14/kernel/trace/
Dtrace_events.c949 static void *p_start(struct seq_file *m, loff_t *pos) in p_start() function
1788 .start = p_start,