Searched refs:addr_range (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.h | 33 struct addr_range { struct 37 extern struct addr_range libc, vdso;
|
H A D | lib.c | 176 struct addr_range libc, vdso;
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | main.c | 23 struct addr_range { struct 30 static struct addr_range prep_kernel(void) prep_kernel() 87 return (struct addr_range){addr, ei.memsize}; prep_kernel() 90 static struct addr_range prep_initrd(struct addr_range vmlinux, void *chosen, prep_initrd() 108 return (struct addr_range){0, 0}; prep_initrd() 135 return (struct addr_range){(void *)initrd_addr, initrd_size}; prep_initrd() 178 struct addr_range vmlinux, initrd; start()
|
/linux-4.4.14/scripts/ |
H A D | kallsyms.c | 39 struct addr_range { struct 45 static struct addr_range text_ranges[] = { 54 static struct addr_range percpu_range = { 92 struct addr_range *ranges, int entries) check_symbol_range() 95 struct addr_range *ar; check_symbol_range() 180 static int symbol_in_range(struct sym_entry *s, struct addr_range *ranges, symbol_in_range() 184 struct addr_range *ar; symbol_in_range()
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
H A D | aic94xx_init.c | 254 asd_ha->hw_prof.addr_range = 8; asd_aic9410_setup() 269 asd_ha->hw_prof.addr_range = 4; asd_aic9405_setup()
|
H A D | aic94xx_hwi.h | 124 unsigned addr_range; /* max # of addrs; max # of possible ports */ member in struct:hw_profile
|
/linux-4.4.14/drivers/hwtracing/coresight/ |
H A D | coresight-etm3x.c | 824 static DEVICE_ATTR_RW(addr_range);
|
H A D | coresight-etm4x.c | 1234 static DEVICE_ATTR_RW(addr_range);
|
Completed in 363 milliseconds