Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 18 of 18) sorted by relevance

/arch/arm/probes/
DMakefile2 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/
Dintel_mid_pci.c106 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/
DMakefile2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o \
5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
/arch/m68k/math-emu/
Dfp_decode.h102 | 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
Dfp_movem.S41 | 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
Dfp_cond.S94 | set flags for decode macros for fs<cc>
105 | decode addressing mode
Dfp_scan.S133 | decode addressing mode for source
/arch/x86/platform/uv/
Dbios_uv.c180 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/
Dptrace_h.c162 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/
Dactions-arm.c110 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/
Dpci.c664 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/
Dbios.h139 extern int uv_bios_set_legacy_vga_target(bool decode, int domain, int bus);
/arch/arm/mach-integrator/
Dimpd1.c256 .decode = clcdfb_decode,
/arch/x86/kernel/apic/
Dx2apic_uv_x.c1063 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/
DKconfig33 data/address de-multiplexing and decode, signal level shift,
/arch/m68k/ifpsp060/src/
Disp.S470 # now, w/ group1, make mul64's decode the fastest since it will
Dpfpsp.S2421 # decode and emulate the instruction. No FP exceptions can be pending #
Dfpsp.S2422 # decode and emulate the instruction. No FP exceptions can be pending #