/linux-6.3-rc2/include/linux/ |
A D | memblock.h | 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)) 221 p_start, p_end, NULL) 233 p_start, p_end, NULL) 246 MEMBLOCK_NONE, p_start, p_end, NULL) 345 nid, flags, p_start, p_end, p_nid) [all …]
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | mem_detect.h | 75 #define for_each_mem_detect_usable_block(i, p_start, p_end) \ argument 76 for (i = 0; !__get_mem_detect_block(i, p_start, p_end, true); i++) 79 #define for_each_mem_detect_block(i, p_start, p_end) \ argument 80 for (i = 0; !__get_mem_detect_block(i, p_start, p_end, false); i++)
|
/linux-6.3-rc2/mm/kmsan/ |
A D | init.c | 76 phys_addr_t p_start, p_end; in kmsan_init_shadow() local 80 for_each_reserved_mem_range(loop, &p_start, &p_end) in kmsan_init_shadow() 81 kmsan_record_future_shadow_range(phys_to_virt(p_start), in kmsan_init_shadow()
|
/linux-6.3-rc2/arch/powerpc/boot/ |
A D | crt0.S | 27 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-6.3-rc2/kernel/ |
A D | kexec_file.c | 1146 unsigned long long start, end, p_start, p_end; in crash_exclude_mem_range() local 1152 p_start = mstart; in crash_exclude_mem_range() 1160 p_start = start; in crash_exclude_mem_range() 1165 if (p_start == start && p_end == end) { in crash_exclude_mem_range() 1190 if (p_start > start && p_end < end) { in crash_exclude_mem_range() 1192 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range() 1195 } else if (p_start != start) in crash_exclude_mem_range() 1196 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | init_64.c | 1492 static void __meminitdata *p_start, *p_end; variable 1506 if (p_start) in vmemmap_set_pmd() 1508 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_set_pmd() 1511 p_start = p; in vmemmap_set_pmd() 1628 if (p_start) { in vmemmap_populate_print_last() 1630 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last() 1631 p_start = NULL; in vmemmap_populate_print_last()
|
/linux-6.3-rc2/arch/riscv/mm/ |
A D | kasan_init.c | 443 phys_addr_t p_start, p_end; in kasan_init() local 452 for_each_mem_range(i, &p_start, &p_end) { in kasan_init() 453 void *start = (void *)__va(p_start); in kasan_init()
|
/linux-6.3-rc2/drivers/net/fddi/skfp/ |
A D | pcmplc.c | 828 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-6.3-rc2/include/uapi/linux/ |
A D | nilfs2_api.h | 176 __u64 p_start; member
|
/linux-6.3-rc2/sound/soc/stm/ |
A D | stm32_spdifrx.c | 255 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-6.3-rc2/drivers/net/ethernet/freescale/ |
A D | ucc_geth.c | 285 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-6.3-rc2/drivers/parisc/ |
A D | sba_iommu.c | 1745 long *p_start = (long *) &(sba_dev->ioc[i].res_map[idx_start]); in sba_common_init() local 1749 while (p_start < p_end) in sba_common_init() 1750 *p_start++ = -1; in sba_common_init()
|
/linux-6.3-rc2/lib/ |
A D | maple_tree.c | 6875 unsigned long p_end, p_start = mas->min; in mas_validate_gaps() local 6904 gap += p_end - p_start + 1; in mas_validate_gaps() 6910 if (gap != p_end - p_start + 1) { in mas_validate_gaps() 6914 p_end, p_start); in mas_validate_gaps() 6918 gap != p_end - p_start + 1); in mas_validate_gaps() 6921 if (gap > p_end - p_start + 1) { in mas_validate_gaps() 6923 mas_mn(mas), i, gap, p_end, p_start, in mas_validate_gaps() 6924 p_end - p_start + 1); in mas_validate_gaps() 6926 gap > p_end - p_start + 1); in mas_validate_gaps() 6934 p_start = p_end + 1; in mas_validate_gaps()
|
/linux-6.3-rc2/drivers/net/fddi/skfp/h/ |
A D | cmtdef.h | 455 u_short p_start ; /* first bit pos */ member
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | ioctl.c | 690 cpfile, periods[i].p_start, periods[i].p_end); in nilfs_ioctl_delete_checkpoints()
|
/linux-6.3-rc2/security/apparmor/ |
A D | apparmorfs.c | 2203 static void *p_start(struct seq_file *f, loff_t *pos) in p_start() function 2280 .start = p_start,
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_events.c | 1356 static void *p_start(struct seq_file *m, loff_t *pos) in p_start() function 2065 .start = p_start,
|