Searched refs:decode (Results 1 – 18 of 18) sorted by relevance
/arch/arm/probes/ |
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/x86/pci/ |
D | intel_mid_pci.c | 106 unsigned long decode; in pci_device_update_fixed() local 113 decode = size - 1; in pci_device_update_fixed() 114 decode |= decode >> 1; in pci_device_update_fixed() 115 decode |= decode >> 2; in pci_device_update_fixed() 116 decode |= decode >> 4; in pci_device_update_fixed() 117 decode |= decode >> 8; in pci_device_update_fixed() 118 decode |= decode >> 16; in pci_device_update_fixed() 119 decode++; in pci_device_update_fixed() 120 decode = ~(decode - 1); in pci_device_update_fixed() 122 decode = 0; in pci_device_update_fixed() [all …]
|
/arch/arm64/kernel/probes/ |
D | Makefile | 2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o \ 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
|
/arch/m68k/math-emu/ |
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
|
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
|
D | fp_cond.S | 94 | set flags for decode macros for fs<cc> 105 | decode addressing mode
|
D | fp_scan.S | 133 | decode addressing mode for source
|
/arch/x86/platform/uv/ |
D | bios_uv.c | 180 int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus) in uv_bios_set_legacy_vga_target() argument 183 (u64)decode, (u64)domain, (u64)bus, 0, 0); in uv_bios_set_legacy_vga_target()
|
/arch/h8300/kernel/ |
D | ptrace_h.c | 162 static unsigned short *decode(struct task_struct *child, in decode() function 230 return decode(child, op, fetch_p, pc, inst); in nextpc()
|
/arch/arm/probes/uprobes/ |
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/powerpc/platforms/powermac/ |
D | pci.c | 664 u32 decode) in parse_region_decode() argument 673 if ((decode & (0x80000000 >> i)) == 0) in parse_region_decode() 705 u32 decode; in setup_u3_ht() local 738 decode = in_be32(hose->cfg_addr + 0x80); in setup_u3_ht() 740 DBG("PCI: Apple HT bridge decode register: 0x%08x\n", decode); in setup_u3_ht() 759 decode &= 0x003fffff; in setup_u3_ht() 762 parse_region_decode(hose, decode); in setup_u3_ht()
|
/arch/x86/include/asm/uv/ |
D | bios.h | 139 extern int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus);
|
/arch/arm/mach-integrator/ |
D | impd1.c | 256 .decode = clcdfb_decode,
|
/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 1063 static int uv_set_vga_state(struct pci_dev *pdev, bool decode, unsigned int command_bits, u32 flags) in uv_set_vga_state() argument 1076 rc = uv_bios_set_legacy_vga_target(decode, domain, bus); in uv_set_vga_state()
|
/arch/arm/mach-imx/ |
D | Kconfig | 33 data/address de-multiplexing and decode, signal level shift,
|
/arch/m68k/ifpsp060/src/ |
D | isp.S | 470 # now, w/ group1, make mul64's decode the fastest since it will
|
D | pfpsp.S | 2421 # decode and emulate the instruction. No FP exceptions can be pending #
|
D | fpsp.S | 2422 # decode and emulate the instruction. No FP exceptions can be pending #
|