Searched refs:p_start (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | physmem_info.h | 97 #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 D | init.c | 78 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 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/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()
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | cmtdef.h | 455 u_short p_start ; /* first bit pos */ member
|
| /linux/security/apparmor/ |
| H A D | apparmorfs.c | 2466 static void *p_start(struct seq_file *f, loff_t *pos) in p_start() function 2543 .start = p_start,
|
| /linux/kernel/trace/ |
| H A D | trace_events.c | 1885 static void *p_start(struct seq_file *m, loff_t *pos) in p_start() function 2707 .start = p_start,
|