Searched defs:operand (Results 1 – 8 of 8) sorted by relevance
/arch/powerpc/xmon/ |
D | ppc-dis.c | 26 operand_value_powerpc (const struct powerpc_operand *operand, in operand_value_powerpc() 62 const struct powerpc_operand *operand; in skip_optional_operands() local 91 const struct powerpc_operand *operand; in lookup_powerpc() local 164 const struct powerpc_operand *operand; in print_insn_powerpc() local
|
D | ppc.h | 441 ppc_optional_operand_value (const struct powerpc_operand *operand) in ppc_optional_operand_value()
|
/arch/x86/kvm/ |
D | kvm_emulate.h | 243 struct operand { struct 244 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; 245 unsigned int bytes; 246 unsigned int count; 247 union { 251 union { 259 } addr; 260 union {
|
D | x86.c | 11546 } operand; in kvm_handle_invpcid() local
|
/arch/x86/kvm/vmx/ |
D | vmx_ops.h | 261 } operand = { vpid, 0, gva }; in __invvpid() local 270 } operand = {eptp, gpa}; in __invept() local
|
D | nested.c | 5414 } operand; in handle_invept() local 5493 } operand; in handle_invvpid() local
|
D | vmx.c | 5683 } operand; in handle_invpcid() local
|
/arch/s390/kernel/ |
D | dis.c | 343 const struct s390_operand *operand) in extract_operand() 425 const struct s390_operand *operand; in print_insn() local
|