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 | 241 struct operand { struct 242 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; 243 unsigned int bytes; 244 unsigned int count; 245 union { 249 union { 257 } addr; 258 union {
|
D | x86.c | 12564 } operand; in kvm_handle_invpcid() local
|
/arch/x86/kvm/vmx/ |
D | vmx_ops.h | 263 } operand = { vpid, 0, gva }; in __invvpid() local 272 } operand = {eptp, gpa}; in __invept() local
|
D | nested.c | 5477 } operand; in handle_invept() local 5556 } operand; in handle_invvpid() local
|
D | vmx.c | 5570 } operand; in handle_invpcid() local
|
/arch/s390/kernel/ |
D | dis.c | 345 const struct s390_operand *operand) in extract_operand() 427 const struct s390_operand *operand; in print_insn() local
|