Searched defs:operand (Results 1 – 15 of 15) sorted by relevance
/linux-3.3/drivers/acpi/acpica/ |
D | exoparg2.c | 91 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_0R() local 158 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_2T_1R() local 256 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_1T_1R() local 489 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_1R() local
|
D | exoparg1.c | 150 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_0R() local 217 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R() local 259 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_1R() local 587 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_1R() local
|
D | exoparg3.c | 88 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_0T_0R() local 147 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_1T_1R() local
|
D | excreate.c | 378 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor() local 425 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource() local 474 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method() local
|
D | exoparg6.c | 218 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R() local
|
D | exresolv.c | 337 union acpi_operand_object *operand, in acpi_ex_resolve_multiple()
|
D | exconfig.c | 151 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_load_table_op() local
|
D | dsutils.c | 787 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ds_evaluate_name_path() local
|
D | dsopcode.c | 480 union acpi_operand_object **operand; in acpi_ds_eval_table_region_operands() local
|
/linux-3.3/arch/x86/include/asm/ |
D | kvm_emulate.h | 201 struct operand { struct 202 enum { OP_REG, OP_MEM, OP_IMM, OP_XMM, OP_NONE } type; 203 unsigned int bytes; 204 union { 208 union { 215 } addr; 216 union {
|
/linux-3.3/arch/s390/kernel/ |
D | dis.c | 149 struct operand { struct 150 int bits; /* The number of bits in the operand. */ argument 161 static const struct operand operands[] = argument 1356 const struct operand *operand) in extract_operand() 1477 const struct operand *operand; in print_insn() local
|
/linux-3.3/arch/powerpc/xmon/ |
D | ppc-dis.c | 61 const struct powerpc_operand *operand; in print_insn_powerpc() local
|
/linux-3.3/drivers/media/dvb/firewire/ |
D | firedtv-avc.c | 82 u8 operand[509]; member 89 u8 operand[509]; member 313 static int add_pid_filter(struct firedtv *fdtv, u8 *operand) in add_pid_filter()
|
/linux-3.3/kernel/trace/ |
D | trace_events_filter.c | 108 char *operand; member 129 } operand; member 1171 static int postfix_append_operand(struct filter_parse_state *ps, char *operand) in postfix_append_operand()
|
/linux-3.3/arch/x86/kvm/ |
D | vmx.c | 906 } operand = { vpid, 0, gva }; in __invvpid() local 918 } operand = {eptp, gpa}; in __invept() local
|