Searched refs:op64 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 134 unsigned long op64; /* icmd,xtype,iaa0,ima,opc,tri0 */ member 340 static inline void gru_start_instruction(struct gru_instruction *ins, unsigned long op64) in gru_start_instruction() argument 342 gru_ordered_store_ulong(ins, op64); in gru_start_instruction()
|
/openbmc/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 1310 #define EMIT_ATOMIC(op32, op64) do { \ in bpf_jit_insn() argument 1311 EMIT6_DISP_LH(0xeb000000, is32 ? (op32) : (op64), \ in bpf_jit_insn()
|