Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-equilibrium.h55 OP_NONE, enumerator
/linux/arch/x86/kvm/
H A Demulate.c1057 ctxt->dst.type = OP_NONE; in em_bsf_c()
1065 ctxt->dst.type = OP_NONE; in em_bsr_c()
1819 case OP_NONE: in writeback()
1842 ctxt->dst.type = OP_NONE; in em_push()
2296 ctxt->src.type = OP_NONE; in em_cmpxchg()
3006 ctxt->dst.type = OP_NONE; in emulator_task_switch()
3286 ctxt->dst.type = OP_NONE; in em_cr_write()
3315 ctxt->dst.type = OP_NONE; in em_dr_write()
3385 ctxt->dst.type = OP_NONE; in em_mov_sreg_rm()
3399 ctxt->dst.type = OP_NONE; in em_lldt()
[all...]
H A Dkvm_emulate.h252 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator