Home
last modified time | relevance | path

Searched refs:exits (Results 1 – 13 of 13) sorted by relevance

/arch/m68k/ifpsp060/
Dfpsp.doc173 always exits through _060_real_snan <----
181 always exits through _060_real_operr <-----
189 always exits through _060_real_dz <----
197 always exits through _060_real_inex <----
DCHANGES74 from the current exception stack frame and exits
/arch/m68k/math-emu/
Dfp_util.S56 | exits from fp_scan:
/arch/arm/include/asm/
Dkvm_host.h221 u64 exits; member
/arch/arm/kvm/
Dguest.c29 VCPU_STAT(exits),
/arch/arm64/include/asm/
Dkvm_host.h412 u64 exits; member
/arch/arm64/kvm/
Dguest.c42 VCPU_STAT(exits),
/arch/x86/
DKconfig.debug231 exits or otherwise impact performance.
/arch/x86/include/asm/
Dkvm_host.h964 u64 exits; member
/arch/m68k/ifpsp060/src/
Dpfpsp.S2412 # the handler exits through _fpsp_done(). If an enabled exc has been #
3093 # do just this and then exits through _real_operr(). #
Dfpsp.S2413 # the handler exits through _fpsp_done(). If an enabled exc has been #
3094 # do just this and then exits through _real_operr(). #
/arch/s390/kernel/
Dentry.S579 # a new process exits the kernel with ret_from_fork
/arch/x86/kvm/
Dx86.c184 { "exits", VCPU_STAT(exits) },
8231 ++vcpu->stat.exits; in vcpu_enter_guest()