Searched refs:exception (Results 201 - 213 of 213) sorted by relevance

123456789

/linux-master/arch/arm64/kernel/
H A Dfpsimd.c36 #include <asm/exception.h>
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c4090 struct x86_exception *exception)
4092 if (exception)
4093 exception->error_code = 0;
4094 return kvm_translate_gpa(vcpu, mmu, vaddr, access, exception);
6134 * table. The main exception, handled here, is SVM's 32-bit NPT. The
6135 * other exception is for shadowing L1's 32-bit or PAE NPT on 64-bit
4088 nonpaging_gva_to_gpa(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, gpa_t vaddr, u64 access, struct x86_exception *exception) argument
/linux-master/fs/nfs/
H A Dpnfs.c1983 struct nfs4_exception exception = { local
2157 lseg = nfs4_proc_layoutget(lgp, &exception);
2184 if (!exception.retry)
/linux-master/arch/powerpc/kernel/
H A Dexceptions-64e.S3 * Boot code and exception vectors for Book3E processors
17 #include <asm/exception-64e.h>
33 /* XXX This will ultimately add space for a special exception save
79 * Advance to the next TLB exception frame for handler
90 * (such as TLB misses) inside special exception levels
151 * It's possible that the special level exception interrupted a
159 * the special level exception. It's not clear how we can
365 /* Core exception code for all exceptions except TLB misses. */
415 li r1,(n); /* get exception number */ \
420 * the debug exception handle
[all...]
H A Dexceptions-64s.S4 * of the low level exception handling including exception
5 * vectors, exception return, part of the slb and stab
18 #include <asm/exception-64s.h>
28 * EXC_REAL_BEGIN/END - real, unrelocated exception vectors
29 * EXC_VIRT_BEGIN/END - virt (AIL), unrelocated exception vectors
70 * We're short on space and time in the exception prolog, so we can't
200 * The exception is PR KVM, where the guest runs with MSR[PR]=1 and the host
684 * standard exception.
798 * the exception vector
[all...]
/linux-master/drivers/irqchip/
H A Dirq-gic-v3.c33 #include <asm/exception.h>
732 * the CPU took an IRQ exception as multiple interrupts can race to be
739 * *after* exception entry.
791 * An exception has been taken from a context with IRQs enabled, and this could
826 * An exception has been taken from a context with IRQs disabled, which can only
1605 * Partitioned PPIs are an unfortunate exception.
H A Dirq-gic-v3-its.c38 #include <asm/exception.h>
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm182 s_and_b32 s_save_trapsts, s_save_trapsts, SQ_WAVE_TRAPSTS_EXCE_MASK // Check whether it is an exception
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c3598 int exception = 0; local
3641 exception = 1;
3644 if (exception) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h3622 } exception; member in union:fw_error_cmd::fw_error
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S25 #include <asm/exception-64s.h>
2678 * We come here if we get any exception or interrupt while we are
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h2285 __le32 exception; member in struct:rtw89_btc_fbtc_cysta_v2
H A Dcoex.c7344 exception_map = le32_to_cpu(pcysta->v2.exception);
7388 "exception-type: 0x%x, exception-cnt = %d",

Completed in 360 milliseconds

123456789