Searched refs:operand (Results 1 – 2 of 2) sorted by relevance
75 static inline int32_t asm_invvpid(const struct invvpid_operand operand, uint64_t type) in asm_invvpid() argument81 : "m" (operand), "r" (type) in asm_invvpid()
106 const struct invvpid_operand operand = { vpid, 0U, 0U, gva }; in local_invvpid() local108 if (asm_invvpid(operand, type) != 0) { in local_invvpid()
Completed in 4 milliseconds