Home
last modified time | relevance | path

Searched defs:exception (Results 76 - 97 of 97) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c267 translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access, struct x86_exception *exception) translate_gpa() argument
3442 nonpaging_gva_to_gpa(struct kvm_vcpu *vcpu, gpa_t vaddr, u32 access, struct x86_exception *exception) nonpaging_gva_to_gpa() argument
3450 nonpaging_gva_to_gpa_nested(struct kvm_vcpu *vcpu, gpa_t vaddr, u32 access, struct x86_exception *exception) nonpaging_gva_to_gpa_nested() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c7522 vmx_check_intercept(struct kvm_vcpu *vcpu, struct x86_instruction_info *info, enum x86_intercept_stage stage, struct x86_exception *exception) vmx_check_intercept() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H A Dfman.c1461 static u32 get_exception_flag(enum fman_exceptions exception) in get_exception_flag() argument
574 fman_exceptions(struct fman *fman, enum fman_exceptions exception) fman_exceptions() argument
975 set_exception(struct fman *fman, enum fman_exceptions exception, bool enable) set_exception() argument
2040 fman_set_exception(struct fman *fman, enum fman_exceptions exception, bool enable) fman_set_exception() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/
H A Dfman.c1435 static u32 get_exception_flag(enum fman_exceptions exception) in get_exception_flag() argument
548 fman_exceptions(struct fman *fman, enum fman_exceptions exception) fman_exceptions() argument
949 set_exception(struct fman *fman, enum fman_exceptions exception, bool enable) set_exception() argument
2014 fman_set_exception(struct fman *fman, enum fman_exceptions exception, bool enable) fman_set_exception() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c7956 vmx_check_intercept(struct kvm_vcpu *vcpu, struct x86_instruction_info *info, enum x86_intercept_stage stage, struct x86_exception *exception) vmx_check_intercept() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c4047 nonpaging_gva_to_gpa(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, gpa_t vaddr, u64 access, struct x86_exception *exception) nonpaging_gva_to_gpa() argument
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c742 struct x86_exception exception; kvm_read_guest_page_mmu() local
6096 translate_nested_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access, struct x86_exception *exception) translate_nested_gpa() argument
6110 kvm_mmu_gva_to_gpa_read(struct kvm_vcpu *vcpu, gva_t gva, struct x86_exception *exception) kvm_mmu_gva_to_gpa_read() argument
6117 kvm_mmu_gva_to_gpa_fetch(struct kvm_vcpu *vcpu, gva_t gva, struct x86_exception *exception) kvm_mmu_gva_to_gpa_fetch() argument
6125 kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva, struct x86_exception *exception) kvm_mmu_gva_to_gpa_write() argument
6134 kvm_mmu_gva_to_gpa_system(struct kvm_vcpu *vcpu, gva_t gva, struct x86_exception *exception) kvm_mmu_gva_to_gpa_system() argument
6140 kvm_read_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, struct kvm_vcpu *vcpu, u32 access, struct x86_exception *exception) kvm_read_guest_virt_helper() argument
6172 kvm_fetch_guest_virt(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) kvm_fetch_guest_virt() argument
6198 kvm_read_guest_virt(struct kvm_vcpu *vcpu, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) kvm_read_guest_virt() argument
6216 emulator_read_std(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception, bool system) emulator_read_std() argument
6238 kvm_write_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, struct kvm_vcpu *vcpu, u32 access, struct x86_exception *exception) kvm_write_guest_virt_helper() argument
6269 emulator_write_std(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception, bool system) emulator_write_std() argument
6283 kvm_write_guest_virt_system(struct kvm_vcpu *vcpu, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) kvm_write_guest_virt_system() argument
6331 vcpu_mmio_gva_to_gpa(struct kvm_vcpu *vcpu, unsigned long gva, gpa_t *gpa, struct x86_exception *exception, bool write) vcpu_mmio_gva_to_gpa() argument
6444 emulator_read_write_onepage(unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception, struct kvm_vcpu *vcpu, const struct read_write_emulator_ops *ops) emulator_read_write_onepage() argument
6495 emulator_read_write(struct x86_emulate_ctxt *ctxt, unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception, const struct read_write_emulator_ops *ops) emulator_read_write() argument
6549 emulator_read_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception) emulator_read_emulated() argument
6559 emulator_write_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, const void *val, unsigned int bytes, struct x86_exception *exception) emulator_write_emulated() argument
6579 emulator_cmpxchg_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, const void *old, const void *new, unsigned int bytes, struct x86_exception *exception) emulator_cmpxchg_emulated() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h631 } exception; member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dkvm.h298 __u32 exception; member
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4proc.c474 nfs4_do_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception) nfs4_do_handle_exception() argument
598 nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception) nfs4_handle_exception() argument
625 nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server, int errorcode, struct nfs4_exception *exception) nfs4_async_handle_exception() argument
664 struct nfs4_exception exception = { nfs4_async_handle_error() local
1257 nfs4_clear_cap_atomic_open_v1(struct nfs_server *server, int err, struct nfs4_exception *exception) nfs4_clear_cap_atomic_open_v1() argument
2216 struct nfs4_exception exception = { }; nfs4_do_open_reclaim() local
2737 struct nfs4_exception exception = { }; nfs4_do_open_expired() local
3231 struct nfs4_exception exception = { nfs4_do_open() local
3376 struct nfs4_exception exception = { nfs4_do_setattr() local
3554 struct nfs4_exception exception = { nfs4_close_done() local
3932 struct nfs4_exception exception = { nfs4_server_capabilities() local
3976 struct nfs4_exception exception = { nfs4_lookup_root() local
4206 struct nfs4_exception exception = { nfs4_proc_getattr() local
4338 struct nfs4_exception exception = { nfs4_proc_lookup_common() local
4445 struct nfs4_exception exception = { nfs4_proc_lookupp() local
4494 struct nfs4_exception exception = { nfs4_proc_access() local
4551 struct nfs4_exception exception = { nfs4_proc_readlink() local
4630 struct nfs4_exception exception = { nfs4_proc_remove() local
4653 struct nfs4_exception exception = { nfs4_proc_rmdir() local
4818 struct nfs4_exception exception = { nfs4_proc_link() local
4928 struct nfs4_exception exception = { nfs4_proc_symlink() local
4969 struct nfs4_exception exception = { nfs4_proc_mkdir() local
5037 struct nfs4_exception exception = { nfs4_proc_readdir() local
5090 struct nfs4_exception exception = { nfs4_proc_mknod() local
5134 struct nfs4_exception exception = { nfs4_proc_statfs() local
5167 struct nfs4_exception exception = { nfs4_do_fsinfo() local
5228 struct nfs4_exception exception = { nfs4_proc_pathconf() local
5284 struct nfs4_exception exception = { nfs4_read_done_cb() local
5397 struct nfs4_exception exception = { nfs4_write_done_cb() local
5581 struct nfs4_exception exception = { }; nfs4_proc_commit() local
5880 struct nfs4_exception exception = { nfs4_get_acl_uncached() local
5968 struct nfs4_exception exception = { }; nfs4_proc_set_acl() local
6025 struct nfs4_exception exception = { nfs4_get_security_label() local
6084 struct nfs4_exception exception = { }; nfs4_do_set_security_label() local
6419 struct nfs4_exception exception = { nfs4_delegreturn_done() local
6604 struct nfs4_exception exception = { }; nfs4_proc_delegreturn() local
6664 struct nfs4_exception exception = { nfs4_proc_getlk() local
6767 struct nfs4_exception exception = { nfs4_locku_done() local
7181 struct nfs4_exception exception = { nfs4_lock_reclaim() local
7201 struct nfs4_exception exception = { nfs4_lock_expired() local
7279 struct nfs4_exception exception = { nfs4_proc_setlk() local
7820 struct nfs4_exception exception = { nfs4_proc_fs_locations() local
7965 struct nfs4_exception exception = { nfs4_proc_get_locations() local
8091 struct nfs4_exception exception = { nfs4_proc_fsid_present() local
8172 struct nfs4_exception exception = { nfs4_proc_secinfo() local
9401 nfs4_layoutget_handle_exception(struct rpc_task *task, struct nfs4_layoutget *lgp, struct nfs4_exception *exception) nfs4_layoutget_handle_exception() argument
9534 struct nfs4_exception exception = { nfs4_proc_layoutget() local
9742 struct nfs4_exception exception = { }; nfs4_proc_getdeviceinfo() local
9908 struct nfs4_exception exception = { nfs41_proc_secinfo_no_name() local
10044 nfs4_handle_delay_or_session_error(struct nfs_server *server, int err, struct nfs4_exception *exception) nfs4_handle_delay_or_session_error() argument
10077 struct nfs4_exception exception = { nfs41_test_stateid() local
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dkvm.h299 __u32 exception; member
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4proc.c469 nfs4_do_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception) nfs4_do_handle_exception() argument
593 nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception) nfs4_handle_exception() argument
620 nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server, int errorcode, struct nfs4_exception *exception) nfs4_async_handle_exception() argument
659 struct nfs4_exception exception = { nfs4_async_handle_error() local
1273 nfs4_clear_cap_atomic_open_v1(struct nfs_server *server, int err, struct nfs4_exception *exception) nfs4_clear_cap_atomic_open_v1() argument
2221 struct nfs4_exception exception = { }; nfs4_do_open_reclaim() local
2747 struct nfs4_exception exception = { }; nfs4_do_open_expired() local
3229 struct nfs4_exception exception = { nfs4_do_open() local
3372 struct nfs4_exception exception = { nfs4_do_setattr() local
3555 struct nfs4_exception exception = { nfs4_close_done() local
3942 struct nfs4_exception exception = { nfs4_server_capabilities() local
4056 struct nfs4_exception exception = { nfs4_discover_trunking() local
4105 struct nfs4_exception exception = { nfs4_lookup_root() local
4332 struct nfs4_exception exception = { nfs4_proc_getattr() local
4460 struct nfs4_exception exception = { nfs4_proc_lookup_common() local
4568 struct nfs4_exception exception = { nfs4_proc_lookupp() local
4619 struct nfs4_exception exception = { nfs4_proc_access() local
4676 struct nfs4_exception exception = { nfs4_proc_readlink() local
4755 struct nfs4_exception exception = { nfs4_proc_remove() local
4778 struct nfs4_exception exception = { nfs4_proc_rmdir() local
4937 struct nfs4_exception exception = { nfs4_proc_link() local
5045 struct nfs4_exception exception = { nfs4_proc_symlink() local
5086 struct nfs4_exception exception = { nfs4_proc_mkdir() local
5153 struct nfs4_exception exception = { nfs4_proc_readdir() local
5205 struct nfs4_exception exception = { nfs4_proc_mknod() local
5249 struct nfs4_exception exception = { nfs4_proc_statfs() local
5282 struct nfs4_exception exception = { nfs4_do_fsinfo() local
5343 struct nfs4_exception exception = { nfs4_proc_pathconf() local
5399 struct nfs4_exception exception = { nfs4_read_done_cb() local
5515 struct nfs4_exception exception = { nfs4_write_done_cb() local
5695 struct nfs4_exception exception = { }; nfs4_proc_commit() local
6014 struct nfs4_exception exception = { nfs4_get_acl_uncached() local
6106 struct nfs4_exception exception = { }; nfs4_proc_set_acl() local
6164 struct nfs4_exception exception = { nfs4_get_security_label() local
6220 struct nfs4_exception exception = { }; nfs4_do_set_security_label() local
6543 struct nfs4_exception exception = { nfs4_delegreturn_done() local
6730 struct nfs4_exception exception = { }; nfs4_proc_delegreturn() local
6790 struct nfs4_exception exception = { nfs4_proc_getlk() local
6893 struct nfs4_exception exception = { nfs4_locku_done() local
7305 struct nfs4_exception exception = { nfs4_lock_reclaim() local
7325 struct nfs4_exception exception = { nfs4_lock_expired() local
7403 struct nfs4_exception exception = { nfs4_proc_setlk() local
8024 struct nfs4_exception exception = { nfs4_proc_fs_locations() local
8181 struct nfs4_exception exception = { nfs4_proc_get_locations() local
8308 struct nfs4_exception exception = { nfs4_proc_fsid_present() local
8389 struct nfs4_exception exception = { nfs4_proc_secinfo() local
9618 nfs4_layoutget_handle_exception(struct rpc_task *task, struct nfs4_layoutget *lgp, struct nfs4_exception *exception) nfs4_layoutget_handle_exception() argument
9748 struct nfs4_exception exception = { nfs4_proc_layoutget() local
9948 struct nfs4_exception exception = { }; nfs4_proc_getdeviceinfo() local
10115 struct nfs4_exception exception = { nfs41_proc_secinfo_no_name() local
10251 nfs4_handle_delay_or_session_error(struct nfs_server *server, int err, struct nfs4_exception *exception) nfs4_handle_delay_or_session_error() argument
10284 struct nfs4_exception exception = { nfs41_test_stateid() local
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h816 struct kvm_queued_exception exception; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dkvm.h227 __u32 exception; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dkvm.h227 __u32 exception; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dkvm.h208 __u32 exception; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dkvm.h315 __u32 exception; member
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c7300 translate_nested_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u64 access, struct x86_exception *exception) translate_nested_gpa() argument
7315 kvm_mmu_gva_to_gpa_read(struct kvm_vcpu *vcpu, gva_t gva, struct x86_exception *exception) kvm_mmu_gva_to_gpa_read() argument
7325 kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva, struct x86_exception *exception) kvm_mmu_gva_to_gpa_write() argument
7337 kvm_mmu_gva_to_gpa_system(struct kvm_vcpu *vcpu, gva_t gva, struct x86_exception *exception) kvm_mmu_gva_to_gpa_system() argument
7345 kvm_read_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, struct kvm_vcpu *vcpu, u64 access, struct x86_exception *exception) kvm_read_guest_virt_helper() argument
7377 kvm_fetch_guest_virt(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) kvm_fetch_guest_virt() argument
7404 kvm_read_guest_virt(struct kvm_vcpu *vcpu, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) kvm_read_guest_virt() argument
7422 emulator_read_std(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception, bool system) emulator_read_std() argument
7437 kvm_write_guest_virt_helper(gva_t addr, void *val, unsigned int bytes, struct kvm_vcpu *vcpu, u64 access, struct x86_exception *exception) kvm_write_guest_virt_helper() argument
7467 emulator_write_std(struct x86_emulate_ctxt *ctxt, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception, bool system) emulator_write_std() argument
7483 kvm_write_guest_virt_system(struct kvm_vcpu *vcpu, gva_t addr, void *val, unsigned int bytes, struct x86_exception *exception) kvm_write_guest_virt_system() argument
7541 vcpu_mmio_gva_to_gpa(struct kvm_vcpu *vcpu, unsigned long gva, gpa_t *gpa, struct x86_exception *exception, bool write) vcpu_mmio_gva_to_gpa() argument
7655 emulator_read_write_onepage(unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception, struct kvm_vcpu *vcpu, const struct read_write_emulator_ops *ops) emulator_read_write_onepage() argument
7706 emulator_read_write(struct x86_emulate_ctxt *ctxt, unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception, const struct read_write_emulator_ops *ops) emulator_read_write() argument
7760 emulator_read_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, void *val, unsigned int bytes, struct x86_exception *exception) emulator_read_emulated() argument
7770 emulator_write_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, const void *val, unsigned int bytes, struct x86_exception *exception) emulator_write_emulated() argument
7783 emulator_cmpxchg_emulated(struct x86_emulate_ctxt *ctxt, unsigned long addr, const void *old, const void *new, unsigned int bytes, struct x86_exception *exception) emulator_cmpxchg_emulated() argument
[all...]
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dkvm.h315 __u32 exception; member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h3620 } exception; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h3622 } exception; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcore.h2133 __le32 exception; member

Completed in 147 milliseconds

1234