/kernel/linux/linux-5.10/include/linux/ |
H A D | memblock.h | 152 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 155 #define for_each_physmem_range(i, type, p_start, p_end) \ 156 for (i = 0, __next_physmem_range(&i, type, p_start, p_end); \ 158 __next_physmem_range(&i, type, p_start, p_end)) 169 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 174 p_start, p_end, p_nid) \ 176 p_start, p_end, p_nid); \ 179 p_start, p_end, p_nid)) 189 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 194 p_start, p_en [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | memblock.h | 163 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 166 #define for_each_physmem_range(i, type, p_start, p_end) \ 167 for (i = 0, __next_physmem_range(&i, type, p_start, p_end); \ 169 __next_physmem_range(&i, type, p_start, p_end)) 180 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 185 p_start, p_end, p_nid) \ 187 p_start, p_end, p_nid); \ 190 p_start, p_end, p_nid)) 200 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 205 p_start, p_en [all...] |
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | physmem_info.h | 91 * @p_start: ptr to unsigned long for start address of the range 96 #define for_each_physmem_usable_range(i, p_start, p_end) \ 97 for (i = 0; !__get_physmem_range(i, p_start, p_end, true); i++) 100 #define for_each_physmem_online_range(i, p_start, p_end) \ 101 for (i = 0; !__get_physmem_range(i, p_start, p_end, false); i++) 135 #define for_each_physmem_reserved_type_range(t, range, p_start, p_end) \ 136 for (range = &physmem_info.reserved[t], *p_start = range->start, *p_end = range->end; \ 138 *p_start = range ? range->start : 0, *p_end = range ? range->end : 0) 158 #define for_each_physmem_reserved_range(t, range, p_start, p_end) \ 160 *p_start [all...] |
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | mem_detect.h | 62 * @p_start: ptr to unsigned long for start address of the range 67 #define for_each_mem_detect_block(i, p_start, p_end) \ 68 for (i = 0, __get_mem_detect_block(i, p_start, p_end); \ 70 i++, __get_mem_detect_block(i, p_start, p_end))
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
H A D | kasan_init.c | 90 phys_addr_t p_start, p_end; in kasan_init() local 102 for_each_mem_range(i, &p_start, &p_end) { in kasan_init() 103 void *start = (void *)__va(p_start); in kasan_init()
|
/kernel/linux/linux-6.6/mm/kmsan/ |
H 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()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | crash_core.c | 427 unsigned long long start, end, p_start, p_end; in crash_exclude_mem_range() local 433 p_start = mstart; in crash_exclude_mem_range() 441 p_start = start; in crash_exclude_mem_range() 446 if (p_start == start && p_end == end) { in crash_exclude_mem_range() 471 if (p_start > start && p_end < end) { in crash_exclude_mem_range() 473 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range() 476 } else if (p_start != start) in crash_exclude_mem_range() 477 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range()
|
/kernel/linux/linux-5.10/arch/nds32/mm/ |
H A D | proc.c | 413 unsigned long p_start = __pa(start); in cpu_l2cache_op() local 419 p_start = p_start & (~(line_size - 1)); in cpu_l2cache_op() 422 (p_start & ~(line_size - 1)) | op | in cpu_l2cache_op() 428 p_start += line_size; in cpu_l2cache_op() 429 } while (p_end > p_start); in cpu_l2cache_op()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | crt0.S | 26 p_start: .8byte _start label 38 p_start: .long _start label 109 3: lwz r9,p_start-p_base(r10) /* note: these are relocated now */ 192 3: ld r9,p_start-p_base(r10) /* note: these are relocated now */
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H 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 */
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kexec_file.c | 1167 unsigned long long start, end, p_start, p_end; in crash_exclude_mem_range() local 1173 p_start = mstart; in crash_exclude_mem_range() 1181 p_start = start; in crash_exclude_mem_range() 1186 if (p_start == start && p_end == end) { in crash_exclude_mem_range() 1211 if (p_start > start && p_end < end) { in crash_exclude_mem_range() 1213 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range() 1216 } else if (p_start != start) in crash_exclude_mem_range() 1217 mem->ranges[i].end = p_start - 1; in crash_exclude_mem_range()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | init_64.c | 1489 static void __meminitdata *p_start, *p_end; variable 1531 if (p_start) in vmemmap_populate_hugepages() 1533 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_hugepages() 1536 p_start = p; in vmemmap_populate_hugepages() 1644 if (p_start) { in vmemmap_populate_print_last() 1646 addr_start, addr_end-1, p_start, p_end-1, node_start); in vmemmap_populate_print_last() 1647 p_start = NULL; in vmemmap_populate_print_last()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H 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()
|
/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | kasan_init.c | 474 phys_addr_t p_start, p_end; in kasan_init() local 500 for_each_mem_range(i, &p_start, &p_end) { in kasan_init() 501 void *start = (void *)__va(p_start); in kasan_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmm.h | 186 u64 p_start = vmm->managed.p.addr; in nvkm_vmm_in_managed_range() local 187 u64 p_end = p_start + vmm->managed.p.size; in nvkm_vmm_in_managed_range() 192 if (start >= p_start && end <= p_end) in nvkm_vmm_in_managed_range()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nilfs2_api.h | 91 __u64 p_start; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nilfs2_api.h | 91 __u64 p_start; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nilfs2_api.h | 172 * @p_start: start checkpoint number (inclusive) 176 __u64 p_start; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nilfs2_api.h | 172 * @p_start: start checkpoint number (inclusive) 176 __u64 p_start; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nilfs2_api.h | 106 __u64 p_start; member
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | pcmplc.c | 832 plc->p_start = 0 ; in pcm_fsm() 861 plc->p_start = 3 ; in pcm_fsm() 873 plc->p_start = 4 ; in pcm_fsm() 884 plc->p_start = 7 ; in pcm_fsm() 900 plc->p_start = 7 ; in pcm_fsm() 918 plc->p_start = 8 ; in pcm_fsm() 1786 phy->r_val[plc->p_start+i] = n & 1 ; in plc_irq()
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H 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()
|
/kernel/linux/linux-5.10/sound/soc/stm/ |
H A D | stm32_spdifrx.c | 254 u32 *p_start = (u32 *)spdifrx->dmab->area; in stm32_spdifrx_dma_complete() local 255 u32 *p_end = p_start + (2 * SPDIFRX_CS_BYTES_NB) - 1; in stm32_spdifrx_dma_complete() 256 u32 *ptr = p_start; in stm32_spdifrx_dma_complete()
|
/kernel/linux/linux-6.6/sound/soc/stm/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 266 u32 *p_start, in fill_init_enet_entries() 296 *(p_start++) = in fill_init_enet_entries() 305 u32 *p_start, in return_init_enet_entries() 315 u32 val = *p_start; in return_init_enet_entries() 330 *p_start++ = 0; in return_init_enet_entries() 339 u32 __iomem *p_start, in dump_init_enet_entries() 350 u32 val = in_be32(p_start); in dump_init_enet_entries() 362 (in_be32(p_start) & in dump_init_enet_entries() 370 p_start++; in dump_init_enet_entries() 265 fill_init_enet_entries(struct ucc_geth_private *ugeth, u32 *p_start, u8 num_entries, u32 thread_size, u32 thread_alignment, unsigned int risc, int skip_page_for_first_entry) fill_init_enet_entries() argument 304 return_init_enet_entries(struct ucc_geth_private *ugeth, u32 *p_start, u8 num_entries, unsigned int risc, int skip_page_for_first_entry) return_init_enet_entries() argument 338 dump_init_enet_entries(struct ucc_geth_private *ugeth, u32 __iomem *p_start, u8 num_entries, u32 thread_size, unsigned int risc, int skip_page_for_first_entry) dump_init_enet_entries() argument
|