Lines Matching refs:vector
1137 uint64_t vector; member
1157 void vm_install_exception_handler(struct kvm_vm *vm, int vector,
1202 #define KVM_ASM_SAFE_OUTPUTS(v, ec) [vector] "=qm"(v), [error_code] "=rm"(ec)
1208 uint8_t vector; \
1211 : KVM_ASM_SAFE_OUTPUTS(vector, ign_error_code) \
1214 vector; \
1219 uint8_t vector; \
1222 : KVM_ASM_SAFE_OUTPUTS(vector, error_code) \
1225 vector; \
1231 uint8_t vector; \
1234 : KVM_ASM_SAFE_OUTPUTS(vector, ign_error_code) \
1237 vector; \
1242 uint8_t vector; \
1245 : KVM_ASM_SAFE_OUTPUTS(vector, error_code) \
1248 vector; \
1255 uint8_t vector; \
1260 KVM_ASM_SAFE_OUTPUTS(vector, error_code) \
1265 return vector; \