Searched defs:has_error_code (Results 1 - 4 of 4) sorted by relevance

/external/qemu/target-i386/
H A Dseg_helper.c501 int has_error_code, new_stack, shift; local
505 has_error_code = 0;
507 has_error_code = exeption_has_error_code(intno);
527 if (has_error_code) {
619 push_size = 6 + (new_stack << 2) + (has_error_code << 1);
638 if (has_error_code) {
655 if (has_error_code) {
727 int has_error_code, new_stack; local
731 has_error_code = 0;
733 has_error_code
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h291 __u8 has_error_code; member in struct:kvm_vcpu_events::__anon22785
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
H A Dkvm.h291 __u8 has_error_code; member in struct:kvm_vcpu_events::__anon25134
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h400 bool has_error_code; member in struct:kvm_vcpu_arch::kvm_queued_exception
712 bool has_error_code, u32 error_code,
851 int reason, bool has_error_code, u32 error_code);

Completed in 1443 milliseconds