Searched refs:gate_desc (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/arch/x86/include/asm/ |
| D | desc.h | 38 extern gate_desc idt_table[]; 40 extern gate_desc debug_idt_table[]; 55 static inline void pack_gate(gate_desc *gate, unsigned type, unsigned long func, in pack_gate() 71 static inline void pack_gate(gate_desc *gate, unsigned char type, in pack_gate() 119 static inline void native_write_idt_entry(gate_desc *idt, int entry, const gate_desc *gate) in native_write_idt_entry() 309 gate_desc s; in set_nmi_gate() 318 extern gate_desc trace_idt_table[]; 319 static inline void write_trace_idt_entry(int entry, const gate_desc *gate) in write_trace_idt_entry() 327 gate_desc s; in _trace_set_gate() 337 static inline void write_trace_idt_entry(int entry, const gate_desc *gate) in write_trace_idt_entry() [all …]
|
| D | desc_defs.h | 81 typedef struct gate_struct64 gate_desc; typedef 87 typedef struct desc_struct gate_desc; typedef
|
| D | paravirt_types.h | 142 void (*write_idt_entry)(gate_desc *, 143 int entrynum, const gate_desc *gate);
|
| D | paravirt.h | 274 static inline void write_idt_entry(gate_desc *dt, int entry, const gate_desc *g) in write_idt_entry()
|
| /linux-4.4.14/arch/x86/kernel/ |
| D | tracepoint.c | 16 gate_desc trace_idt_table[NR_VECTORS] __page_aligned_bss;
|
| D | traps.c | 73 gate_desc debug_idt_table[NR_VECTORS] __page_aligned_bss; 81 gate_desc idt_table[NR_VECTORS] __page_aligned_bss;
|
| /linux-4.4.14/arch/x86/xen/ |
| D | enlighten.c | 761 static int cvt_gate_to_trap(int vector, const gate_desc *val, in cvt_gate_to_trap() 824 static void xen_write_idt_entry(gate_desc *dt, int entrynum, const gate_desc *g) in xen_write_idt_entry() 858 count = (desc->size+1) / sizeof(gate_desc); in xen_convert_trap_info() 862 gate_desc *entry = (gate_desc*)(desc->address) + in; in xen_convert_trap_info()
|
| /linux-4.4.14/include/trace/events/ |
| D | xen.h | 457 TP_PROTO(gate_desc *dt, int entrynum, const gate_desc *ent), 460 __field(gate_desc *, dt)
|
| /linux-4.4.14/arch/x86/lguest/ |
| D | boot.c | 289 static void lguest_write_idt_entry(gate_desc *dt, in lguest_write_idt_entry() 290 int entrynum, const gate_desc *g) in lguest_write_idt_entry()
|
| /linux-4.4.14/arch/x86/kvm/ |
| D | vmx.c | 8346 gate_desc *desc; in vmx_handle_external_intr() 8353 desc = (gate_desc *)vmx->host_idt_base + vector; in vmx_handle_external_intr()
|