/openbmc/linux/arch/s390/include/asm/ |
H A D | futex.h | 11 #define __futex_atomic_op(insn, ret, oldval, newval, uaddr, oparg) \ argument
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | futex.h | 12 #define __futex_atomic_op(insn, ret, oldval, uaddr, oparg) \ argument
|
H A D | extable.h | 27 signed int insn; member
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | monitor_mwait_test.c | 23 #define GUEST_ASSERT_MONITOR_MWAIT(insn, testcase, vector) \ argument
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | arm_ssp_per_task_plugin.c | 11 rtx_insn *insn; in arm_pertask_ssp_rtl_execute() local
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | io.h | 97 #define DEF_MMIO_IN_X(name, size, insn) \ argument 106 #define DEF_MMIO_OUT_X(name, size, insn) \ argument 114 #define DEF_MMIO_IN_D(name, size, insn) \ argument 123 #define DEF_MMIO_OUT_D(name, size, insn) \ argument 131 #define DEF_MMIO_IN_X(name, size, insn) \ argument 140 #define DEF_MMIO_OUT_X(name, size, insn) \ argument 148 #define DEF_MMIO_IN_D(name, size, insn) \ argument 157 #define DEF_MMIO_OUT_D(name, size, insn) \ argument
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | uprobes.h | 19 u32 insn[2]; member
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | bug.h | 22 #define GET_INSN_LENGTH(insn) \ argument
|
H A D | futex.h | 22 #define __futex_atomic_op(insn, ret, oldval, uaddr, oparg) \ argument
|
H A D | uprobes.h | 29 u8 insn[MAX_UINSN_BYTES]; member
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | futex.h | 25 #define __futex_atomic_op(op, insn, ret, oldval, uaddr, oparg) \ argument
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | probes.h | 30 probes_opcode_t *insn; member
|
H A D | kprobes.h | 71 kprobe_opcode_t *insn; member
|
/openbmc/linux/arch/alpha/mm/ |
H A D | fault.c | 99 unsigned int insn; in do_page_fault() local
|
/openbmc/linux/arch/sparc/lib/ |
H A D | copy_user.S | 52 #define LD(insn, src, offset, reg, label) \ argument 59 #define ST(insn, dst, offset, reg, label) \ argument
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | extable.h | 29 int insn; /* relative address of insn that is allowed to fault. */ member
|
H A D | kprobes.h | 38 kprobe_opcode_t *insn; member
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | kprobes.h | 34 kprobe_opcode_t insn[MAX_INSN_SIZE]; member
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | module.c | 170 union loongarch_instruction *insn = (union loongarch_instruction *)location; in apply_r_larch_sop_imm_field() local 283 union loongarch_instruction *insn = (union loongarch_instruction *)location; in apply_r_larch_b26() local 315 union loongarch_instruction *insn = (union loongarch_instruction *)location; in apply_r_larch_pcala() local
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci_insn.c | 22 u8 insn; member 37 static inline void zpci_err_insn_req(int lvl, u8 insn, u8 cc, u8 status, in zpci_err_insn_req() 47 static inline void zpci_err_insn_addr(int lvl, u8 insn, u8 cc, u8 status, in zpci_err_insn_addr()
|
/openbmc/qemu/target/loongarch/ |
H A D | disas.c | 16 uint32_t insn; member 139 uint32_t insn; in print_insn_loongarch() local 349 #define INSN(insn, type) \ argument 810 #define INSN_LSX(insn, type) \ in PCADD_INSN() argument 1711 #define INSN_LASX(insn, type) \ in LSX_FCMP_INSN() argument
|
/openbmc/qemu/disas/ |
H A D | hppa.c | 401 #define get_opcode(insn) (((insn) >> 26) & 0x3f) argument 485 hppa_rebuild_insn (int insn, int value, int r_format) in hppa_rebuild_insn() 1765 #define GET_COMPL(insn) (GET_FIELD (insn, 26, 26) | \ argument 1768 #define GET_COND(insn) (GET_FIELD ((insn), 16, 18) + \ argument 1961 unsigned int insn, i; in print_insn_hppa() local
|
/openbmc/linux/kernel/bpf/ |
H A D | core.c | 353 static int bpf_adj_delta_to_imm(struct bpf_insn *insn, u32 pos, s32 end_old, in bpf_adj_delta_to_imm() 371 static int bpf_adj_delta_to_off(struct bpf_insn *insn, u32 pos, s32 end_old, in bpf_adj_delta_to_off() 406 struct bpf_insn *insn = prog->insnsi; in bpf_adj_branches() local 1211 const struct bpf_insn *insn, bool extra_pass, in bpf_jit_get_func_addr() 1433 struct bpf_insn *insn; in bpf_jit_blind_constants() local 1679 static u64 ___bpf_prog_run(u64 *regs, const struct bpf_insn *insn) in ___bpf_prog_run() 2240 void bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth) in bpf_patch_call_args() 2251 const struct bpf_insn *insn) in __bpf_prog_ret0_warn() 2411 const struct bpf_insn *insn) in __bpf_prog_ret1()
|
/openbmc/qemu/linux-user/include/host/aarch64/ |
H A D | host-signal.h | 54 uint32_t insn; in host_signal_write() local
|
/openbmc/qemu/tests/tcg/hppa/ |
H A D | stby.c | 16 const char *which, const char *insn, int ofs) in check()
|