Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmemblock.h108 p_start, p_end, p_nid) \ argument
110 p_start, p_end, p_nid); \
113 p_start, p_end, p_nid))
127 p_start, p_end, p_nid) \ argument
130 p_start, p_end, p_nid); \
133 p_start, p_end, p_nid))
172 #define for_each_mem_pfn_range(i, nid, p_start, p_end, p_nid) \ argument
173 for (i = -1, __next_mem_pfn_range(&i, nid, p_start, p_end, p_nid); \
174 i >= 0; __next_mem_pfn_range(&i, nid, p_start, p_end, p_nid))
188 #define for_each_free_mem_range(i, nid, p_start, p_end, p_nid) \ argument
[all …]
Dnilfs2_fs.h802 __u64 p_start; member
/linux-4.1.27/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.1.27/arch/x86/mm/
Dinit_64.c1233 static void __meminitdata *p_start, *p_end; variable
1270 if (p_start) in vmemmap_populate_hugepages()
1272 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages()
1275 p_start = p; in vmemmap_populate_hugepages()
1368 if (p_start) { in vmemmap_populate_print_last()
1370 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last()
1371 p_start = NULL; in vmemmap_populate_print_last()
/linux-4.1.27/arch/s390/kernel/
Dcrash_dump.c35 #define for_each_dump_mem_range(i, nid, p_start, p_end, p_nid) \ argument
37 &oldmem_type, p_start, \
42 p_start, p_end, p_nid))
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/net/netlink/
Daf_netlink.c553 struct page *p_start, *p_end; in netlink_frame_flush_dcache() local
556 p_start = pgvec_to_page(hdr + PAGE_SIZE); in netlink_frame_flush_dcache()
558 while (p_start <= p_end) { in netlink_frame_flush_dcache()
559 flush_dcache_page(p_start); in netlink_frame_flush_dcache()
560 p_start++; in netlink_frame_flush_dcache()
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dcmtdef.h454 u_short p_start ; /* first bit pos */ member
/linux-4.1.27/fs/nilfs2/
Dioctl.c726 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()