Home
last modified time | relevance | path

Searched defs:p_start (Results 1 – 9 of 9) sorted by relevance

/linux/arch/s390/include/asm/
H A Dphysmem_info.h97 #define for_each_physmem_usable_range(i, p_start, p_end) \ argument
101 #define for_each_physmem_online_range(i, p_start, p_end) \ argument
138 #define for_each_physmem_reserved_type_range(t, range, p_start, p_end) \ argument
161 #define for_each_physmem_reserved_range(t, range, p_start, p_end) \ argument
/linux/arch/powerpc/boot/
H A Dcrt0.S27 p_start: .8byte _start label
39 p_start: .long _start label
/linux/mm/kmsan/
H A Dinit.c78 phys_addr_t p_start, p_end; in kmsan_init_shadow() local
/linux/arch/riscv/mm/
H A Dkasan_init.c485 phys_addr_t p_start, p_end; in kasan_init() local
/linux/drivers/parisc/
H A Dsba_iommu.c1747 long *p_start = (long *) &(sba_dev->ioc[i].res_map[idx_start]); in sba_common_init() local
/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h455 u_short p_start ; /* first bit pos */ member
/linux/security/apparmor/
H A Dapparmorfs.c2265 static void *p_start(struct seq_file *f, loff_t *pos) in p_start() function
/linux/kernel/trace/
H A Dtrace_events.c1856 static void *p_start(struct seq_file *m, loff_t *pos) in p_start() function
/linux/lib/
H A Dmaple_tree.c6650 unsigned long p_end, p_start = mas->min; in mas_validate_gaps() local