Home
last modified time | relevance | path

Searched refs:eid (Results 1 – 11 of 11) sorted by relevance

/arch/x86/tools/
Dgen-insn-attr-x86.awk21 eid = -1 # escape id
134 eid = escape[ref]
135 tname = sprintf("inat_escape_table_%d", eid)
148 if (aid == -1 && eid == -1) # primary opcode table
199 etable[eid,0] = tname
206 etable[eid,1] = tname "_1"
213 etable[eid,2] = tname "_2"
220 etable[eid,3] = tname "_3"
/arch/ia64/include/asm/
Dsmp.h31 unsigned long eid : 8; in ia64_get_lid() member
39 return lid.f.id << 8 | lid.f.eid; in ia64_get_lid()
Diosapic.h97 u16 eid, u16 id,
Dprocessor.h148 __u64 eid : 8; member
Dsal.h222 u64 eid : 8; /* eid of processor */ member
/arch/ia64/kernel/
Dacpi.c118 (lsapic->id << 8) | lsapic->eid; in acpi_parse_lsapic()
175 plintsrc->eid, in acpi_parse_plat_int_src()
192 acpi_cpei_phys_cpuid = ((plintsrc->id << 8) | (plintsrc->eid)) & 0xffff; in acpi_parse_plat_int_src()
Diosapic.c858 int iosapic_vector, u16 eid, u16 id, in iosapic_register_platform_intr() argument
864 unsigned int dest = ((id << 8) | eid) & 0xffff; in iosapic_register_platform_intr()
/arch/mips/cavium-octeon/executive/
Dcvmx-pko.c130 config.s.eid = 31; /* Invalid */ in __cvmx_pko_port_map_o68()
151 config.s.eid = config.s.intr; in __cvmx_pko_port_map_o68()
Dcvmx-helper-xaui.c98 pko_mem_port_ptrs.s.eid = interface * 4; in __cvmx_helper_xaui_probe()
/arch/mips/include/asm/octeon/
Dcvmx-pko-defs.h968 uint64_t eid:5; member
974 uint64_t eid:5;
996 uint64_t eid:5; member
1002 uint64_t eid:5;
1067 uint64_t eid:4; member
1071 uint64_t eid:4;
1088 uint64_t eid:4; member
1092 uint64_t eid:4;
/arch/x86/kernel/acpi/
Dboot.c271 acpi_register_lapic((processor->id << 8) | processor->eid,/* APIC ID */ in acpi_parse_sapic()