Home
last modified time | relevance | path

Searched refs:eu (Results 1 – 5 of 5) sorted by relevance

/arch/x86/kernel/apic/
Dio_apic.c381 union entry_union eu; in __ioapic_read_entry() local
383 eu.w1 = io_apic_read(apic, 0x10 + 2 * pin); in __ioapic_read_entry()
384 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin); in __ioapic_read_entry()
386 return eu.entry; in __ioapic_read_entry()
391 union entry_union eu; in ioapic_read_entry() local
395 eu.entry = __ioapic_read_entry(apic, pin); in ioapic_read_entry()
398 return eu.entry; in ioapic_read_entry()
409 union entry_union eu = {{0, 0}}; in __ioapic_write_entry() local
411 eu.entry = e; in __ioapic_write_entry()
412 io_apic_write(apic, 0x11 + 2*pin, eu.w2); in __ioapic_write_entry()
[all …]
Dx2apic_uv_x.c73 u64 eu = end & gru_dist_umask; in is_GRU_range() local
80 eu == su); in is_GRU_range()
/arch/powerpc/perf/
Dcore-book3s.c942 int eu = 0, ek = 0, eh = 0; in check_excludes() local
966 eu = event->attr.exclude_user; in check_excludes()
970 } else if (event->attr.exclude_user != eu || in check_excludes()
977 if (eu || ek || eh) in check_excludes()
/arch/sparc/kernel/
Dperf_event.c1294 int eu = 0, ek = 0, eh = 0; in check_excludes() local
1309 eu = event->attr.exclude_user; in check_excludes()
1313 } else if (event->attr.exclude_user != eu || in check_excludes()
/arch/microblaze/boot/dts/
Dsystem.dts7 * Michal SIMEK <monstr@monstr.eu>