HomeSort by relevance Sort by last modified time
    Searched defs:has_error_code (Results 1 - 9 of 9) sorted by null

  /external/qemu/target-i386/
seg_helper.c 501 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 = exeption_has_error_code(intno)
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 307 __u8 has_error_code; member in struct:kvm_vcpu_events::__anon219
  /development/ndk/platforms/android-L/arch-x86/include/asm/
kvm.h 307 __u8 has_error_code; member in struct:kvm_vcpu_events::__anon1866
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
kvm.h 307 __u8 has_error_code; member in struct:kvm_vcpu_events::__anon1877
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 291 __u8 has_error_code; member in struct:kvm_vcpu_events::__anon6490
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
kvm.h 291 __u8 has_error_code; member in struct:kvm_vcpu_events::__anon8832
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/
kvm.h 307 __u8 has_error_code; member in struct:kvm_vcpu_events::__anon58116
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/
kvm.h 307 __u8 has_error_code; member in struct:kvm_vcpu_events::__anon58893
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h 400 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 198 milliseconds