/arch/x86/kvm/ |
D | ioapic.c | 118 if (!kvm_apic_match_dest(vcpu, NULL, 0, e->fields.dest_id, in __rtc_irq_eoi_tracking_restore_one() 119 e->fields.dest_mode)) in __rtc_irq_eoi_tracking_restore_one() 122 new_val = kvm_apic_pending_eoi(vcpu, e->fields.vector); in __rtc_irq_eoi_tracking_restore_one() 130 dest_map->vectors[vcpu->vcpu_id] = e->fields.vector; in __rtc_irq_eoi_tracking_restore_one() 187 edge = (entry.fields.trig_mode == IOAPIC_EDGE_TRIG); in ioapic_set_irq() 217 (!edge && entry.fields.remote_irr)) { in ioapic_set_irq() 257 if (e->fields.trig_mode == IOAPIC_LEVEL_TRIG || in kvm_ioapic_scan_entry() 261 e->fields.dest_id, e->fields.dest_mode) || in kvm_ioapic_scan_entry() 262 kvm_apic_pending_eoi(vcpu, e->fields.vector)) in kvm_ioapic_scan_entry() 263 __set_bit(e->fields.vector, in kvm_ioapic_scan_entry() [all …]
|
D | ioapic.h | 75 } fields; member
|
D | vmx.c | 2591 static inline unsigned long nested_read_cr0(struct vmcs12 *fields) in nested_read_cr0() argument 2593 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) | in nested_read_cr0() 2594 (fields->cr0_read_shadow & fields->cr0_guest_host_mask); in nested_read_cr0() 2596 static inline unsigned long nested_read_cr4(struct vmcs12 *fields) in nested_read_cr4() argument 2598 return (fields->guest_cr4 & ~fields->cr4_guest_host_mask) | in nested_read_cr4() 2599 (fields->cr4_read_shadow & fields->cr4_guest_host_mask); in nested_read_cr4() 7907 const unsigned long *fields = shadow_read_write_fields; in copy_shadow_to_vmcs12() local 7918 field = fields[i]; in copy_shadow_to_vmcs12() 7947 const unsigned long *fields[] = { in copy_vmcs12_to_shadow() local 7965 for (q = 0; q < ARRAY_SIZE(fields); q++) { in copy_vmcs12_to_shadow() [all …]
|
/arch/mips/boot/tools/ |
D | relocs_64.c | 20 } fields; member 25 #define ELF_R_SYM(val) (((Elf64_Mips_Rela *)(&val))->fields.r_sym) 26 #define ELF_R_TYPE(val) (((Elf64_Mips_Rela *)(&val))->fields.r_type)
|
/arch/mips/mm/ |
D | uasm-micromips.c | 164 (insn_table_MM[opc].match == 0 && insn_table_MM[opc].fields == 0)) in build_insn() 171 if (ip->fields & RS) { in build_insn() 178 if (ip->fields & RT) { in build_insn() 185 if (ip->fields & RD) in build_insn() 187 if (ip->fields & RE) in build_insn() 189 if (ip->fields & SIMM) in build_insn() 191 if (ip->fields & UIMM) in build_insn() 193 if (ip->fields & BIMM) in build_insn() 195 if (ip->fields & JIMM) in build_insn() 197 if (ip->fields & FUNC) in build_insn() [all …]
|
D | uasm-mips.c | 224 (insn_table[opc].match == 0 && insn_table[opc].fields == 0)) in build_insn() 231 if (ip->fields & RS) in build_insn() 233 if (ip->fields & RT) in build_insn() 235 if (ip->fields & RD) in build_insn() 237 if (ip->fields & RE) in build_insn() 239 if (ip->fields & SIMM) in build_insn() 241 if (ip->fields & UIMM) in build_insn() 243 if (ip->fields & BIMM) in build_insn() 245 if (ip->fields & JIMM) in build_insn() 247 if (ip->fields & FUNC) in build_insn() [all …]
|
D | uasm.c | 16 enum fields { enum 73 enum fields fields; member
|
/arch/x86/pci/ |
D | pcbios.c | 71 } fields; member 305 if (probe_kernel_address(&check->fields.signature, sig)) in pci_find_bios() 308 if (check->fields.signature != BIOS32_SIGNATURE) in pci_find_bios() 310 length = check->fields.length * 16; in pci_find_bios() 318 if (check->fields.revision != 0) { in pci_find_bios() 320 check->fields.revision, check); in pci_find_bios() 324 if (check->fields.entry >= 0x100000) { in pci_find_bios() 329 unsigned long bios32_entry = check->fields.entry; in pci_find_bios()
|
/arch/alpha/oprofile/ |
D | op_model_ev67.c | 159 } fields; in ev67_handle_interrupt() member 188 if (i_stat.fields.trap) { in ev67_handle_interrupt() 189 switch (i_stat.fields.trap_type) { in ev67_handle_interrupt() 207 (i_stat.fields.load_store in ev67_handle_interrupt() 234 if (i_stat.fields.mispredict) { in ev67_handle_interrupt()
|
/arch/ia64/include/asm/sn/sn2/ |
D | sn_hwperf.h | 29 } fields; member 40 #define sn_hwp_this_part f.fields.this_part 41 #define sn_hwp_is_shared f.fields.is_shared
|
/arch/s390/include/uapi/asm/ |
D | debug.h | 25 } fields; member
|
/arch/x86/events/intel/ |
D | uncore_snbep.c | 796 u64 (*cbox_filter_mask)(int fields)) in __snbep_cbox_get_constraint() argument 841 static u64 snbep_cbox_filter_mask(int fields) in snbep_cbox_filter_mask() argument 845 if (fields & 0x1) in snbep_cbox_filter_mask() 847 if (fields & 0x2) in snbep_cbox_filter_mask() 849 if (fields & 0x4) in snbep_cbox_filter_mask() 851 if (fields & 0x8) in snbep_cbox_filter_mask() 1518 static u64 ivbep_cbox_filter_mask(int fields) in ivbep_cbox_filter_mask() argument 1522 if (fields & 0x1) in ivbep_cbox_filter_mask() 1524 if (fields & 0x2) in ivbep_cbox_filter_mask() 1526 if (fields & 0x4) in ivbep_cbox_filter_mask() [all …]
|
/arch/x86/boot/ |
D | header.S | 200 # The offset & size fields are filled in by build.c. 219 # offset & size fields are filled in by build.c. 235 # The offset & size fields are filled in by build.c. 253 # The offset & size fields are filled in by build.c.
|
/arch/arm/boot/compressed/ |
D | efi-header.S | 37 @ The only 2 fields of the MSDOS header that are used are this
|
/arch/s390/kernel/ |
D | debug.c | 872 active->id.fields.cpuid = smp_processor_id(); in debug_finish_entry() 874 active->id.fields.exception = exception; in debug_finish_entry() 875 active->id.fields.level = level; in debug_finish_entry() 1466 level = entry->id.fields.level; in debug_dflt_header_fn() 1471 if (entry->id.fields.exception) in debug_dflt_header_fn() 1478 entry->id.fields.cpuid, (void *)caller); in debug_dflt_header_fn()
|
/arch/frv/kernel/ |
D | cmode.S | 141 # fields other than SWEN of the CLKC register.
|
/arch/x86/include/uapi/asm/ |
D | kvm.h | 104 } fields; member
|
/arch/m68k/fpsp040/ |
D | do_func.S | 69 bfextu CMDREG1B(%a6){#0:#6},%d0 |get opclass and src fields 70 cmpil #0x17,%d0 |if op class and size fields are $17,
|
/arch/m68k/ifpsp060/ |
D | fpsp.doc | 85 size. There are 32 fields, each 4 bytes in size. Each field corresponds
|
D | isp.doc | 93 size. There are 32 fields, each 4 bytes in size. Each field corresponds
|
D | TEST.DOC | 79 size. There are 32 fields, each 4 bytes in size. Each field corresponds
|
/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 185 ##define the fields of the gcm aes context
|