Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmemblock.h165 #define for_each_physmem_range(i, type, p_start, p_end) \ argument
166 for (i = 0, __next_physmem_range(&i, type, p_start, p_end); \
168 __next_physmem_range(&i, type, p_start, p_end))
184 p_start, p_end, p_nid) \ argument
186 p_start, p_end, p_nid); \
189 p_start, p_end, p_nid))
204 p_start, p_end, p_nid) \ argument
207 p_start, p_end, p_nid); \
210 p_start, p_end, p_nid))
218 #define for_each_mem_range(i, p_start, p_end) \ argument
[all …]
/linux-5.19.10/arch/s390/include/asm/
Dmem_detect.h67 #define for_each_mem_detect_block(i, p_start, p_end) \ argument
68 for (i = 0, __get_mem_detect_block(i, p_start, p_end); \
70 i++, __get_mem_detect_block(i, p_start, p_end))
/linux-5.19.10/arch/powerpc/boot/
Dcrt0.S27 p_start: .8byte _start label
39 p_start: .long _start label
115 3: lwz r9,p_start-p_base(r10) /* note: these are relocated now */
205 3: ld r9,p_start-p_base(r10) /* note: these are relocated now */
/linux-5.19.10/kernel/
Dkexec_file.c1139 unsigned long long start, end, p_start, p_end; in crash_exclude_mem_range() local
1145 p_start = mstart; in crash_exclude_mem_range()
1153 p_start = start; in crash_exclude_mem_range()
1158 if (p_start == start && p_end == end) { in crash_exclude_mem_range()
1183 if (p_start > start && p_end < end) { in crash_exclude_mem_range()
1185 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range()
1188 } else if (p_start != start) in crash_exclude_mem_range()
1189 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range()
/linux-5.19.10/arch/riscv/mm/
Dkasan_init.c438 phys_addr_t p_start, p_end; in kasan_init() local
447 for_each_mem_range(i, &p_start, &p_end) { in kasan_init()
448 void *start = (void *)__va(p_start); in kasan_init()
/linux-5.19.10/arch/x86/mm/
Dinit_64.c1532 static void __meminitdata *p_start, *p_end; variable
1574 if (p_start) in vmemmap_populate_hugepages()
1576 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages()
1579 p_start = p; in vmemmap_populate_hugepages()
1696 if (p_start) { in vmemmap_populate_print_last()
1698 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last()
1699 p_start = NULL; in vmemmap_populate_print_last()
/linux-5.19.10/drivers/net/fddi/skfp/
Dpcmplc.c828 plc->p_start = 0 ; in pcm_fsm()
857 plc->p_start = 3 ; in pcm_fsm()
869 plc->p_start = 4 ; in pcm_fsm()
880 plc->p_start = 7 ; in pcm_fsm()
896 plc->p_start = 7 ; in pcm_fsm()
914 plc->p_start = 8 ; in pcm_fsm()
1782 phy->r_val[plc->p_start+i] = n & 1 ; in plc_irq()
/linux-5.19.10/include/uapi/linux/
Dnilfs2_api.h176 __u64 p_start; member
/linux-5.19.10/sound/soc/stm/
Dstm32_spdifrx.c255 u32 *p_start = (u32 *)spdifrx->dmab->area; in stm32_spdifrx_dma_complete() local
256 u32 *p_end = p_start + (2 * SPDIFRX_CS_BYTES_NB) - 1; in stm32_spdifrx_dma_complete()
257 u32 *ptr = p_start; in stm32_spdifrx_dma_complete()
/linux-5.19.10/drivers/net/ethernet/freescale/
Ducc_geth.c285 u32 *p_start, in fill_init_enet_entries() argument
315 *(p_start++) = in fill_init_enet_entries()
324 u32 *p_start, in return_init_enet_entries() argument
334 u32 val = *p_start; in return_init_enet_entries()
349 *p_start++ = 0; in return_init_enet_entries()
358 u32 __iomem *p_start, in dump_init_enet_entries() argument
369 u32 val = in_be32(p_start); in dump_init_enet_entries()
381 (in_be32(p_start) & in dump_init_enet_entries()
389 p_start++; in dump_init_enet_entries()
/linux-5.19.10/drivers/parisc/
Dsba_iommu.c1739 long *p_start = (long *) &(sba_dev->ioc[i].res_map[idx_start]); in sba_common_init() local
1743 while (p_start < p_end) in sba_common_init()
1744 *p_start++ = -1; in sba_common_init()
/linux-5.19.10/drivers/net/fddi/skfp/h/
Dcmtdef.h455 u_short p_start ; /* first bit pos */ member
/linux-5.19.10/fs/nilfs2/
Dioctl.c690 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
/linux-5.19.10/security/apparmor/
Dapparmorfs.c2182 static void *p_start(struct seq_file *f, loff_t *pos) in p_start() function
2259 .start = p_start,
/linux-5.19.10/kernel/trace/
Dtrace_events.c1341 static void *p_start(struct seq_file *m, loff_t *pos) in p_start() function
2045 .start = p_start,