Lines Matching refs:vector
1159 uint64_t vector; member
1179 void vm_install_exception_handler(struct kvm_vm *vm, int vector,
1224 #define KVM_ASM_SAFE_OUTPUTS(v, ec) [vector] "=qm"(v), [error_code] "=rm"(ec)
1230 uint8_t vector; \
1233 : KVM_ASM_SAFE_OUTPUTS(vector, ign_error_code) \
1236 vector; \
1241 uint8_t vector; \
1244 : KVM_ASM_SAFE_OUTPUTS(vector, error_code) \
1247 vector; \
1253 uint8_t vector; \
1256 : KVM_ASM_SAFE_OUTPUTS(vector, ign_error_code) \
1259 vector; \
1264 uint8_t vector; \
1267 : KVM_ASM_SAFE_OUTPUTS(vector, error_code) \
1270 vector; \
1277 uint8_t vector; \
1282 KVM_ASM_SAFE_OUTPUTS(vector, error_code) \
1287 return vector; \