Home
last modified time | relevance | path

Searched refs:p_start (Results 1 – 11 of 11) 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
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) \ argument
102 for (i = 0; !__get_physmem_range(i, p_start, p_end, false); i++)
138 #define for_each_physmem_reserved_type_range(t, range, p_start, p_end) \ argument
139 for (range = &physmem_info.reserved[t], *p_start = range->start, *p_end = range->end; \
141 *p_start = range ? range->start : 0, *p_end = range ? range->end : 0)
161 #define for_each_physmem_reserved_range(t, range, p_start, p_end) \ argument
163 *p_start = range ? range->start : 0, *p_end = range ? range->end : 0; \
165 *p_start = range ? range->start : 0, *p_end = range ? range->end : 0)
/linux/mm/kmsan/
H A Dinit.c78 phys_addr_t p_start, p_end; in kmsan_init_shadow() local
82 for_each_reserved_mem_range(loop, &p_start, &p_end) in kmsan_init_shadow()
83 kmsan_record_future_shadow_range(phys_to_virt(p_start), in kmsan_init_shadow()
/linux/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/arch/riscv/mm/
H A Dkasan_init.c485 phys_addr_t p_start, p_end; in kasan_init() local
511 for_each_mem_range(i, &p_start, &p_end) { in kasan_init()
512 void *start = (void *)__va(p_start); in kasan_init()
/linux/drivers/net/fddi/skfp/
H A 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/mm/
H A Dmemblock.c2663 const phys_addr_t *p_start, *p_size; in reserve_mem_kho_retrieve_fdt()
2683 p_start = fdt_getprop(fdt, offset, "start", &len_start); in reserve_mem_kho_revive()
2685 if (!p_start || len_start != sizeof(*p_start) || !p_size || in reserve_mem_kho_revive()
2690 if (*p_start & (align - 1)) { in reserve_mem_kho_revive()
2692 name, (long)align, (long)*p_start); in reserve_mem_kho_revive()
2702 reserved_mem_add(*p_start, size, name); in reserve_mem_kho_revive()
2675 const phys_addr_t *p_start, *p_size; reserve_mem_kho_revive() 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
1751 while (p_start < p_end) in sba_common_init()
1752 *p_start++ = -1; in sba_common_init()
/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h455 u_short p_start ; /* first bit pos */ member
/linux/lib/
H A Dmaple_tree.c6653 unsigned long p_end, p_start = mas->min; in mas_validate_gaps()
6678 gap = p_end - p_start + 1; in mas_validate_gaps()
6685 if (gap > p_end - p_start + 1) { in mas_validate_gaps()
6687 mas_mn(mas), i, gap, p_end, p_start, in mas_validate_gaps()
6688 p_end - p_start + 1); in mas_validate_gaps()
6689 MT_BUG_ON(mas->tree, gap > p_end - p_start + 1); in mas_validate_gaps()
6696 p_start = p_end + 1; in mas_validate_gaps()
6650 unsigned long p_end, p_start = mas->min; mas_validate_gaps() local
/linux/security/apparmor/
H A Dapparmorfs.c2265 static void *p_start(struct seq_file *f, loff_t *pos) in p_start() function
2342 .start = p_start,
/linux/kernel/trace/
H A Dtrace_events.c1856 static void *p_start(struct seq_file *m, loff_t *pos) in p_start() function
2623 .start = p_start,