/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/nds32/mm/ |
D | proc.c | 410 unsigned long p_start = __pa(start); in cpu_l2cache_op() local 416 p_start = p_start & (~(line_size - 1)); in cpu_l2cache_op() 419 (p_start & ~(line_size - 1)) | op | in cpu_l2cache_op() 425 p_start += line_size; in cpu_l2cache_op() 426 } while (p_end > p_start); in cpu_l2cache_op()
|
/Linux-v4.19/arch/powerpc/boot/ |
D | crt0.S | 29 p_start: .8byte _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-v4.19/arch/x86/mm/ |
D | init_64.c | 1397 static void __meminitdata *p_start, *p_end; variable 1442 if (p_start) in vmemmap_populate_hugepages() 1444 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages() 1447 p_start = p; in vmemmap_populate_hugepages() 1553 if (p_start) { in vmemmap_populate_print_last() 1555 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last() 1556 p_start = NULL; in vmemmap_populate_print_last()
|
/Linux-v4.19/drivers/net/fddi/skfp/ |
D | pcmplc.c | 837 plc->p_start = 0 ; in pcm_fsm() 865 plc->p_start = 3 ; in pcm_fsm() 877 plc->p_start = 4 ; in pcm_fsm() 888 plc->p_start = 7 ; in pcm_fsm() 904 plc->p_start = 7 ; in pcm_fsm() 922 plc->p_start = 8 ; in pcm_fsm() 1800 phy->r_val[plc->p_start+i] = n & 1 ; in plc_irq()
|
/Linux-v4.19/include/uapi/linux/ |
D | nilfs2_api.h | 176 __u64 p_start; member
|
/Linux-v4.19/sound/soc/stm/ |
D | stm32_spdifrx.c | 246 u32 *p_start = (u32 *)spdifrx->dmab->area; in stm32_spdifrx_dma_complete() local 247 u32 *p_end = p_start + (2 * SPDIFRX_CS_BYTES_NB) - 1; in stm32_spdifrx_dma_complete() 248 u32 *ptr = p_start; in stm32_spdifrx_dma_complete()
|
/Linux-v4.19/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-v4.19/drivers/parisc/ |
D | sba_iommu.c | 1758 long *p_start = (long *) &(sba_dev->ioc[i].res_map[idx_start]); in sba_common_init() local 1762 while (p_start < p_end) in sba_common_init() 1763 *p_start++ = -1; in sba_common_init()
|
/Linux-v4.19/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 459 u_short p_start ; /* first bit pos */ member
|
/Linux-v4.19/fs/nilfs2/ |
D | ioctl.c | 710 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
|
/Linux-v4.19/security/apparmor/ |
D | apparmorfs.c | 2092 static void *p_start(struct seq_file *f, loff_t *pos) in p_start() function 2169 .start = p_start,
|
/Linux-v4.19/kernel/trace/ |
D | trace_events.c | 1001 static void *p_start(struct seq_file *m, loff_t *pos) in p_start() function 1692 .start = p_start,
|