Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 19 of 19) sorted by relevance

/arch/mips/mm/
Duasm-micromips.c168 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 …]
Duasm-mips.c201 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 …]
Duasm.c16 enum fields { enum
68 enum fields fields; member
/arch/x86/pci/
Dpcbios.c68 } 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/
Dop_model_ev67.c160 } 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/
Dsn_hwperf.h29 } 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/
Ddebug.h24 } fields; member
/arch/x86/boot/
Dheader.S200 # 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/
Dperf_event_intel_uncore_snbep.c654 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/
Dkvm.h56 } fields; member
/arch/s390/kernel/
Ddebug.c871 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/
Dkvm.h100 } fields; member
/arch/frv/kernel/
Dcmode.S141 # fields other than SWEN of the CLKC register.
/arch/m68k/fpsp040/
Ddo_func.S69 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/
Dvmx.c1911 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/
Dfpsp.doc85 size. There are 32 fields, each 4 bytes in size. Each field corresponds
DTEST.DOC79 size. There are 32 fields, each 4 bytes in size. Each field corresponds
Disp.doc93 size. There are 32 fields, each 4 bytes in size. Each field corresponds
/arch/x86/crypto/
Daesni-intel_avx-x86_64.S145 ##define the fields of the gcm aes context