Home
last modified time | relevance | path

Searched refs:operand (Results 1 – 2 of 2) sorted by relevance

/hypervisor/include/arch/x86/asm/
A Dmmu.h75 static inline int32_t asm_invvpid(const struct invvpid_operand operand, uint64_t type) in asm_invvpid() argument
81 : "m" (operand), "r" (type) in asm_invvpid()
/hypervisor/arch/x86/
A Dmmu.c106 const struct invvpid_operand operand = { vpid, 0U, 0U, gva }; in local_invvpid() local
108 if (asm_invvpid(operand, type) != 0) { in local_invvpid()

Completed in 4 milliseconds