Searched refs:decode (Results 1 – 17 of 17) sorted by relevance
| /arch/x86/pci/ |
| A D | intel_mid.c | 108 unsigned long decode; in pci_device_update_fixed() local 115 decode = size - 1; in pci_device_update_fixed() 116 decode |= decode >> 1; in pci_device_update_fixed() 117 decode |= decode >> 2; in pci_device_update_fixed() 118 decode |= decode >> 4; in pci_device_update_fixed() 119 decode |= decode >> 8; in pci_device_update_fixed() 120 decode |= decode >> 16; in pci_device_update_fixed() 121 decode++; in pci_device_update_fixed() 122 decode = ~(decode - 1); in pci_device_update_fixed() 124 decode = 0; in pci_device_update_fixed() [all …]
|
| /arch/arm/probes/ |
| A D | Makefile | 2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/ 3 obj-$(CONFIG_KPROBES) += decode.o kprobes/ 5 obj-$(CONFIG_KPROBES) += decode-thumb.o 7 obj-$(CONFIG_KPROBES) += decode-arm.o
|
| /arch/arm64/kernel/probes/ |
| A D | Makefile | 2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o \ 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
|
| /arch/csky/kernel/probes/ |
| A D | Makefile | 2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o simulate-insn.o 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
|
| /arch/riscv/kernel/probes/ |
| A D | Makefile | 2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o simulate-insn.o 4 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
|
| /arch/m68k/math-emu/ |
| A D | fp_decode.h | 102 | decode destination format for fmove reg,ea 107 | decode source register for fmove reg,ea 133 | decode the 8bit displacement from the brief extension word 139 | decode the index of the brief/full extension word 167 | decode the base displacement size
|
| A D | fp_movem.S | 41 | set flags for decode macros for fmovem 80 | decode address mode 199 | set flags for decode macros for fmovem control register 224 | decode address mode
|
| A D | fp_cond.S | 94 | set flags for decode macros for fs<cc> 105 | decode addressing mode
|
| A D | fp_scan.S | 133 | decode addressing mode for source
|
| /arch/powerpc/platforms/powermac/ |
| A D | pci.c | 665 u32 decode) in parse_region_decode() argument 674 if ((decode & (0x80000000 >> i)) == 0) in parse_region_decode() 706 u32 decode; in setup_u3_ht() local 739 decode = in_be32(hose->cfg_addr + 0x80); in setup_u3_ht() 741 DBG("PCI: Apple HT bridge decode register: 0x%08x\n", decode); in setup_u3_ht() 760 decode &= 0x003fffff; in setup_u3_ht() 763 parse_region_decode(hose, decode); in setup_u3_ht()
|
| /arch/arm/probes/uprobes/ |
| A D | actions-arm.c | 110 struct decode_emulate *decode = (struct decode_emulate *) d; in decode_pc_ro() local 111 u32 regs = decode->header.type_regs.bits >> DECODE_TYPE_BITS; in decode_pc_ro()
|
| /arch/x86/platform/uv/ |
| A D | bios_uv.c | 169 int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus) in uv_bios_set_legacy_vga_target() argument 172 (u64)decode, (u64)domain, (u64)bus, 0, 0); in uv_bios_set_legacy_vga_target()
|
| /arch/x86/include/asm/uv/ |
| A D | bios.h | 185 extern int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus);
|
| /arch/x86/kernel/apic/ |
| A D | x2apic_uv_x.c | 1129 static int uv_set_vga_state(struct pci_dev *pdev, bool decode, unsigned int command_bits, u32 flags) in uv_set_vga_state() argument 1142 rc = uv_bios_set_legacy_vga_target(decode, domain, bus); in uv_set_vga_state()
|
| /arch/m68k/ifpsp060/src/ |
| A D | isp.S | 470 # now, w/ group1, make mul64's decode the fastest since it will
|
| A D | pfpsp.S | 2421 # decode and emulate the instruction. No FP exceptions can be pending #
|
| A D | fpsp.S | 2422 # decode and emulate the instruction. No FP exceptions can be pending #
|
Completed in 62 milliseconds