Searched refs:fields (Results 1 – 19 of 19) sorted by relevance
/arch/mips/mm/ |
D | uasm-micromips.c | 168 if (ip->fields & RS) { in build_insn() 174 if (ip->fields & RT) { in build_insn() 180 if (ip->fields & RD) in build_insn() 182 if (ip->fields & RE) in build_insn() 184 if (ip->fields & SIMM) in build_insn() 186 if (ip->fields & UIMM) in build_insn() 188 if (ip->fields & BIMM) in build_insn() 190 if (ip->fields & JIMM) in build_insn() 192 if (ip->fields & FUNC) in build_insn() 194 if (ip->fields & SET) in build_insn() [all …]
|
D | uasm-mips.c | 201 if (ip->fields & RS) in build_insn() 203 if (ip->fields & RT) in build_insn() 205 if (ip->fields & RD) in build_insn() 207 if (ip->fields & RE) in build_insn() 209 if (ip->fields & SIMM) in build_insn() 211 if (ip->fields & UIMM) in build_insn() 213 if (ip->fields & BIMM) in build_insn() 215 if (ip->fields & JIMM) in build_insn() 217 if (ip->fields & FUNC) in build_insn() 219 if (ip->fields & SET) in build_insn() [all …]
|
D | uasm.c | 16 enum fields { enum 68 enum fields fields; member
|
/arch/x86/pci/ |
D | pcbios.c | 68 } fields; member 331 if (probe_kernel_address(&check->fields.signature, sig)) in pci_find_bios() 334 if (check->fields.signature != BIOS32_SIGNATURE) in pci_find_bios() 336 length = check->fields.length * 16; in pci_find_bios() 344 if (check->fields.revision != 0) { in pci_find_bios() 346 check->fields.revision, check); in pci_find_bios() 350 if (check->fields.entry >= 0x100000) { in pci_find_bios() 355 unsigned long bios32_entry = check->fields.entry; in pci_find_bios()
|
/arch/alpha/oprofile/ |
D | op_model_ev67.c | 160 } fields; in ev67_handle_interrupt() member 189 if (i_stat.fields.trap) { in ev67_handle_interrupt() 190 switch (i_stat.fields.trap_type) { in ev67_handle_interrupt() 208 (i_stat.fields.load_store in ev67_handle_interrupt() 235 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 | 24 } fields; member
|
/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/x86/kernel/cpu/ |
D | perf_event_intel_uncore_snbep.c | 654 u64 (*cbox_filter_mask)(int fields)) in __snbep_cbox_get_constraint() argument 699 static u64 snbep_cbox_filter_mask(int fields) in snbep_cbox_filter_mask() argument 703 if (fields & 0x1) in snbep_cbox_filter_mask() 705 if (fields & 0x2) in snbep_cbox_filter_mask() 707 if (fields & 0x4) in snbep_cbox_filter_mask() 709 if (fields & 0x8) in snbep_cbox_filter_mask() 1348 static u64 ivbep_cbox_filter_mask(int fields) in ivbep_cbox_filter_mask() argument 1352 if (fields & 0x1) in ivbep_cbox_filter_mask() 1354 if (fields & 0x2) in ivbep_cbox_filter_mask() 1356 if (fields & 0x4) in ivbep_cbox_filter_mask() [all …]
|
/arch/ia64/include/uapi/asm/ |
D | kvm.h | 56 } fields; member
|
/arch/s390/kernel/ |
D | debug.c | 871 active->id.fields.cpuid = smp_processor_id(); in debug_finish_entry() 873 active->id.fields.exception = exception; in debug_finish_entry() 874 active->id.fields.level = level; in debug_finish_entry() 1470 level = entry->id.fields.level; in debug_dflt_header_fn() 1473 if (entry->id.fields.exception) in debug_dflt_header_fn() 1480 except_str, entry->id.fields.cpuid, (void *) caller); in debug_dflt_header_fn()
|
/arch/x86/include/uapi/asm/ |
D | kvm.h | 100 } fields; member
|
/arch/frv/kernel/ |
D | cmode.S | 141 # fields other than SWEN of the CLKC register.
|
/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/x86/kvm/ |
D | vmx.c | 1911 static inline unsigned long nested_read_cr0(struct vmcs12 *fields) in nested_read_cr0() argument 1913 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) | in nested_read_cr0() 1914 (fields->cr0_read_shadow & fields->cr0_guest_host_mask); in nested_read_cr0() 1916 static inline unsigned long nested_read_cr4(struct vmcs12 *fields) in nested_read_cr4() argument 1918 return (fields->guest_cr4 & ~fields->cr4_guest_host_mask) | in nested_read_cr4() 1919 (fields->cr4_read_shadow & fields->cr4_guest_host_mask); in nested_read_cr4() 6455 const unsigned long *fields = shadow_read_write_fields; in copy_shadow_to_vmcs12() local 6463 field = fields[i]; in copy_shadow_to_vmcs12() 6489 const unsigned long *fields[] = { in copy_vmcs12_to_shadow() local 6504 for (q = 0; q < ARRAY_SIZE(fields); q++) { in copy_vmcs12_to_shadow() [all …]
|
/arch/m68k/ifpsp060/ |
D | fpsp.doc | 85 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
|
D | isp.doc | 93 size. There are 32 fields, each 4 bytes in size. Each field corresponds
|
/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 145 ##define the fields of the gcm aes context
|