Searched refs:p_start (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dphysmem_info.h92 * @p_start: ptr to unsigned long for start address of the range
97 #define for_each_physmem_usable_range(i, p_start, p_end) \
98 for (i = 0; !__get_physmem_range(i, p_start, p_end, true); i++)
101 #define for_each_physmem_online_range(i, p_start, p_end) \
102 for (i = 0; !__get_physmem_range(i, p_start, p_end, false); i++)
136 #define for_each_physmem_reserved_type_range(t, range, p_start, p_end) \
137 for (range = &physmem_info.reserved[t], *p_start = range->start, *p_end = range->end; \
139 *p_start = range ? range->start : 0, *p_end = range ? range->end : 0)
159 #define for_each_physmem_reserved_range(t, range, p_start, p_end) \
161 *p_start
[all...]
/linux-master/include/linux/
H A Dmemblock.h168 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
171 #define for_each_physmem_range(i, type, p_start, p_end) \
172 for (i = 0, __next_physmem_range(&i, type, p_start, p_end); \
174 __next_physmem_range(&i, type, p_start, p_end))
185 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
190 p_start, p_end, p_nid) \
192 p_start, p_end, p_nid); \
195 p_start, p_end, p_nid))
205 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL
210 p_start, p_en
[all...]
/linux-master/kernel/
H A Dcrash_core.c264 unsigned long long start, end, p_start, p_end; local
269 p_start = mstart;
272 if (p_start > end)
286 if (p_start < start)
287 p_start = start;
292 if (p_start == start && p_end == end) {
297 } else if (p_start > start && p_end < end) {
305 mem->ranges[i].end = p_start - 1;
311 } else if (p_start != start)
312 mem->ranges[i].end = p_start
[all...]
/linux-master/arch/powerpc/boot/
H A 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-master/mm/kmsan/
H A Dinit.c76 phys_addr_t p_start, p_end; local
80 for_each_reserved_mem_range(loop, &p_start, &p_end)
81 kmsan_record_future_shadow_range(phys_to_virt(p_start),
/linux-master/include/uapi/linux/
H A Dnilfs2_api.h172 * @p_start: start checkpoint number (inclusive)
176 __u64 p_start; member in struct:nilfs_period
/linux-master/arch/x86/mm/
H A Dinit_64.c1490 static void __meminitdata *p_start, *p_end; variable
1504 if (p_start)
1506 addr_start, addr_end-1, p_start, p_end-1, node_start);
1509 p_start = p;
1626 if (p_start) {
1628 addr_start, addr_end-1, p_start, p_end-1, node_start);
1629 p_start = NULL;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h186 u64 p_start = vmm->managed.p.addr; local
187 u64 p_end = p_start + vmm->managed.p.size;
192 if (start >= p_start && end <= p_end)
/linux-master/arch/riscv/mm/
H A Dkasan_init.c485 phys_addr_t p_start, p_end; local
511 for_each_mem_range(i, &p_start, &p_end) {
512 void *start = (void *)__va(p_start);
/linux-master/drivers/net/fddi/skfp/
H A Dpcmplc.c828 plc->p_start = 0 ;
857 plc->p_start = 3 ;
869 plc->p_start = 4 ;
880 plc->p_start = 7 ;
896 plc->p_start = 7 ;
914 plc->p_start = 8 ;
1782 phy->r_val[plc->p_start+i] = n & 1 ;
/linux-master/sound/soc/stm/
H A Dstm32_spdifrx.c255 u32 *p_start = (u32 *)spdifrx->dmab->area; local
256 u32 *p_end = p_start + (2 * SPDIFRX_CS_BYTES_NB) - 1;
257 u32 *ptr = p_start;
/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth.c286 u32 *p_start,
316 *(p_start++) =
325 u32 *p_start,
335 u32 val = *p_start;
350 *p_start++ = 0;
359 u32 __iomem *p_start,
370 u32 val = in_be32(p_start);
382 (in_be32(p_start) &
390 p_start++;
285 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) argument
324 return_init_enet_entries(struct ucc_geth_private *ugeth, u32 *p_start, u8 num_entries, unsigned int risc, int skip_page_for_first_entry) argument
358 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) argument
/linux-master/drivers/parisc/
H A Dsba_iommu.c1749 long *p_start = (long *) &(sba_dev->ioc[i].res_map[idx_start]); local
1753 while (p_start < p_end)
1754 *p_start++ = -1;
/linux-master/drivers/net/fddi/skfp/h/
H A Dcmtdef.h455 u_short p_start ; /* first bit pos */ member in struct:s_plc
/linux-master/fs/nilfs2/
H A Dioctl.c668 * in the period from p_start to p_end, excluding p_end itself. The checkpoints
690 cpfile, periods[i].p_start, periods[i].p_end);
/linux-master/lib/
H A Dmaple_tree.c7297 unsigned long p_end, p_start = mas->min; local
7322 gap = p_end - p_start + 1;
7329 if (gap > p_end - p_start + 1) {
7331 mas_mn(mas), i, gap, p_end, p_start,
7332 p_end - p_start + 1);
7333 MT_BUG_ON(mas->tree, gap > p_end - p_start + 1);
7340 p_start = p_end + 1;
/linux-master/security/apparmor/
H A Dapparmorfs.c2195 * p_start - start a depth first traversal of profile tree
2203 static void *p_start(struct seq_file *f, loff_t *pos) function
2245 * Release all locking done by p_start/p_next on namespace tree
2280 .start = p_start,
/linux-master/kernel/trace/
H A Dtrace_events.c1343 * tr->filtered_pids as p_start() has.
1361 static void *p_start(struct seq_file *m, loff_t *pos)
2098 .start = p_start,

Completed in 703 milliseconds