/linux-6.14.4/arch/s390/pci/ |
D | pci_mmio.c | 34 int cc, exception; in __pcistb_mio_inuser() local 56 int cc, exception; in __pcistg_mio_inuser() local 57 u64 val = 0; in __pcistg_mio_inuser() local 209 int cc, exception; in __pcilg_mio_inuser() local 210 u64 val, tmp; in __pcilg_mio_inuser() local
|
/linux-6.14.4/arch/x86/kernel/ |
D | kgdb.c | 196 int val; in kgdb_correct_hw_break() local 709 int kgdb_skipexception(int exception, struct pt_regs *regs) in kgdb_skipexception() 718 unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs) in kgdb_arch_pc()
|
/linux-6.14.4/arch/x86/kvm/ |
D | x86.c | 589 u64 val; in kvm_probe_user_return_msr() local 1513 int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val) in kvm_set_dr() 2189 u64 val; in do_set_msr() local 4788 static int __kvm_x86_dev_get_attr(struct kvm_device_attr *attr, u64 *val) in __kvm_x86_dev_get_attr() 4809 u64 val; in kvm_x86_dev_get_attr() local 4823 u64 val; in kvm_x86_dev_has_attr() local 7539 struct x86_exception *exception) in translate_nested_gpa() 7554 struct x86_exception *exception) in kvm_mmu_gva_to_gpa_read() 7564 struct x86_exception *exception) in kvm_mmu_gva_to_gpa_write() 7576 struct x86_exception *exception) in kvm_mmu_gva_to_gpa_system() [all …]
|
D | kvm_emulate.h | 266 unsigned long val; member 333 struct x86_exception exception; member
|
/linux-6.14.4/kernel/debug/ |
D | debug_core.c | 201 unsigned long __weak kgdb_arch_pc(int exception, struct pt_regs *regs) in kgdb_arch_pc() 212 int __weak kgdb_skipexception(int exception, struct pt_regs *regs) in kgdb_skipexception() 876 static int module_event(struct notifier_block *self, unsigned long val, in module_event()
|
/linux-6.14.4/drivers/s390/char/ |
D | sclp.h | 111 static inline void sccb_set_mask(u8 *masks, size_t len, int i, sccb_mask_t val) in sccb_set_mask() 128 #define sccb_set_generic_mask(sccb, i, val) \ argument 134 #define sccb_set_recv_mask(sccb, val) sccb_set_generic_mask(sccb, 0, val) argument 135 #define sccb_set_send_mask(sccb, val) sccb_set_generic_mask(sccb, 1, val) argument 136 #define sccb_set_sclp_recv_mask(sccb, val) sccb_set_generic_mask(sccb, 2, val) argument 137 #define sccb_set_sclp_send_mask(sccb, val) sccb_set_generic_mask(sccb, 3, val) argument 317 int cc, exception; in sclp_service_call() local
|
/linux-6.14.4/arch/s390/include/asm/ |
D | cpu_mf.h | 145 u128 val; member 214 static inline int ecctr(u64 ctr, u64 *val) in ecctr() 270 int cc, exception; in lsctl() local
|
/linux-6.14.4/drivers/net/ipa/ |
D | ipa_endpoint.c | 458 u32 val; in ipa_endpoint_init_ctrl() local 500 u32 val; in ipa_endpoint_aggr_active() local 652 u32 val = 0; in ipa_endpoint_init_cfg() local 688 u32 val; in ipa_endpoint_init_nat() local 725 u32 val; in ipa_header_size_encode() local 747 u32 val; in ipa_metadata_offset_encode() local 790 u32 val = 0; in ipa_endpoint_init_hdr() local 835 u32 val = 0; in ipa_endpoint_init_hdr_ext() local 886 u32 val = 0; in ipa_endpoint_init_hdr_metadata_mask() local 907 u32 val; in ipa_endpoint_init_mode() local [all …]
|
/linux-6.14.4/drivers/net/ethernet/freescale/fman/ |
D | fman.c | 548 enum fman_exceptions exception) in fman_exceptions() 949 enum fman_exceptions exception, bool enable) in set_exception() 1434 static u32 get_exception_flag(enum fman_exceptions exception) in get_exception_flag() 2014 enum fman_exceptions exception, bool enable) in fman_set_exception() 2695 u32 val, range[2]; in read_dts_node() local
|
D | fman_memac.c | 340 static void set_exception(struct memac_regs __iomem *regs, u32 val, in set_exception() 435 static int get_exception_flag(enum fman_mac_exceptions exception) in get_exception_flag() 881 enum fman_mac_exceptions exception, bool enable) in memac_set_exception()
|
/linux-6.14.4/tools/kvm/kvm_stat/ |
D | kvm_stat | 999 def child_events(self, val): argument 1093 def __exit__(self, *exception):
|
/linux-6.14.4/samples/bpf/ |
D | xdp_sample_user.c | 99 struct record val; member 106 struct record exception[XDP_ACTION_MAX]; member 582 static double sample_round(double val) in sample_round()
|
/linux-6.14.4/arch/x86/kvm/svm/ |
D | svm.c | 480 u64 val; in svm_init_erratum_383() local 2621 unsigned long val) in check_selective_cr0_intercepted() 2648 unsigned long val; in cr_interception() local 4553 struct x86_exception *exception) in svm_check_intercept() 4574 unsigned long cr0, val; in svm_check_intercept() local
|
/linux-6.14.4/arch/x86/kvm/vmx/ |
D | vmx.c | 5433 static int handle_set_cr0(struct kvm_vcpu *vcpu, unsigned long val) in handle_set_cr0() 5459 static int handle_set_cr4(struct kvm_vcpu *vcpu, unsigned long val) in handle_set_cr4() 5490 unsigned long exit_qualification, val; in handle_cr() local 5647 void vmx_set_dr6(struct kvm_vcpu *vcpu, unsigned long val) in vmx_set_dr6() 5653 void vmx_set_dr7(struct kvm_vcpu *vcpu, unsigned long val) in vmx_set_dr7() 8045 struct x86_exception *exception) in vmx_check_intercept()
|
/linux-6.14.4/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 3278 int val = 0; in fw_crash_buffer_store() local 3352 int val = 0; in fw_crash_state_store() local 3433 u32 val = 0; in enable_sdev_max_qd_store() local 3603 int exception = 0; in megasas_complete_cmd() local
|
/linux-6.14.4/arch/x86/kvm/mmu/ |
D | mmu.c | 4052 struct x86_exception *exception) in nonpaging_gva_to_gpa() 7150 static void __set_nx_huge_pages(bool val) in __set_nx_huge_pages() 7155 static int set_nx_huge_pages(const char *val, const struct kernel_param *kp) in set_nx_huge_pages() 7307 static int set_nx_huge_pages_recovery_param(const char *val, const struct kernel_param *kp) in set_nx_huge_pages_recovery_param()
|
/linux-6.14.4/arch/x86/include/asm/ |
D | kvm_host.h | 408 unsigned long val; member 869 struct kvm_queued_exception exception; member
|
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 734 __be32 val; member 944 __be32 val; member 1029 u8 val[33]; member 1073 __be32 val; member 1473 __be32 val; member 3622 } exception; member 3638 u8 val[6]; member
|
/linux-6.14.4/drivers/net/wireless/realtek/rtw89/ |
D | core.h | 1467 u32 val; member 1519 u32 val; member 1650 u16 val; member 1780 u32 val; member 1853 u32 val; member 2303 u8 val; member 2513 u8 val; member 2560 __le32 exception; member 6068 u8 val; in rtw89_write8_set() local 6077 u16 val; in rtw89_write16_set() local [all …]
|