Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 3 of 3) sorted by relevance

/hypervisor/include/arch/x86/asm/lib/
A Dbits.h185 #define build_bitmap_set(name, op_len, op_type, lock) \ argument
189 nr = nr_arg & ((8U * sizeof(op_type)) - 1U); \
192 : "r" ((op_type)(1UL<<nr)) \
205 #define build_bitmap_clear(name, op_len, op_type, lock) \ argument
209 nr = nr_arg & ((8U * sizeof(op_type)) - 1U); \
212 : "r" ((op_type)(~(1UL<<(nr)))) \
252 #define build_bitmap_testandset(name, op_len, op_type, lock) \ argument
257 nr = nr_arg & ((8U * sizeof(op_type)) - 1U); \
260 : "r" ((op_type)nr) \
281 nr = nr_arg & ((8U * sizeof(op_type)) - 1U); \
[all …]
/hypervisor/arch/x86/guest/
A Dinstr_emul.c126 .op_type = VIE_OP_TYPE_SUB,
129 .op_type = VIE_OP_TYPE_CMP,
132 .op_type = VIE_OP_TYPE_CMP,
135 .op_type = VIE_OP_TYPE_MOV,
139 .op_type = VIE_OP_TYPE_MOV,
142 .op_type = VIE_OP_TYPE_MOV,
146 .op_type = VIE_OP_TYPE_MOV,
149 .op_type = VIE_OP_TYPE_MOV,
153 .op_type = VIE_OP_TYPE_MOV,
213 .op_type = VIE_OP_TYPE_OR,
[all …]
/hypervisor/include/arch/x86/asm/guest/
A Dinstr_emul.h38 uint8_t op_type; /* type of operation (e.g. MOV) */ member

Completed in 9 milliseconds