/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
D | intel_uc.c | 20 static int __intel_uc_reset_hw(struct intel_uc *uc) in __intel_uc_reset_hw() 44 static void __confirm_options(struct intel_uc *uc) in __confirm_options() 89 void intel_uc_init_early(struct intel_uc *uc) in intel_uc_init_early() 102 void intel_uc_driver_late_release(struct intel_uc *uc) in intel_uc_driver_late_release() 113 void intel_uc_init_mmio(struct intel_uc *uc) in intel_uc_init_mmio() 118 static void __uc_capture_load_err_log(struct intel_uc *uc) in __uc_capture_load_err_log() 126 static void __uc_free_load_err_log(struct intel_uc *uc) in __uc_free_load_err_log() 134 void intel_uc_driver_remove(struct intel_uc *uc) in intel_uc_driver_remove() 263 static void __uc_fetch_firmwares(struct intel_uc *uc) in __uc_fetch_firmwares() 286 static void __uc_cleanup_firmwares(struct intel_uc *uc) in __uc_cleanup_firmwares() [all …]
|
D | intel_uc_debugfs.c | 17 struct intel_uc *uc = m->private; in uc_usage_show() local 37 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root) in intel_uc_debugfs_register()
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
D | k3-udma.c | 290 static inline u32 udma_tchanrt_read(struct udma_chan *uc, int reg) in udma_tchanrt_read() 297 static inline void udma_tchanrt_write(struct udma_chan *uc, int reg, u32 val) in udma_tchanrt_write() 304 static inline void udma_tchanrt_update_bits(struct udma_chan *uc, int reg, in udma_tchanrt_update_bits() 313 static inline u32 udma_rchanrt_read(struct udma_chan *uc, int reg) in udma_rchanrt_read() 320 static inline void udma_rchanrt_write(struct udma_chan *uc, int reg, u32 val) in udma_rchanrt_write() 327 static inline void udma_rchanrt_update_bits(struct udma_chan *uc, int reg, in udma_rchanrt_update_bits() 356 static void udma_reset_uchan(struct udma_chan *uc) in udma_reset_uchan() 363 static void udma_dump_chan_stdata(struct udma_chan *uc) in udma_dump_chan_stdata() 399 static struct udma_desc *udma_udma_desc_from_paddr(struct udma_chan *uc, in udma_udma_desc_from_paddr() 426 static void udma_free_hwdesc(struct udma_chan *uc, struct udma_desc *d) in udma_free_hwdesc() [all …]
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-unstripe.c | 27 static void cleanup_unstripe(struct unstripe_c *uc, struct dm_target *ti) in cleanup_unstripe() 40 struct unstripe_c *uc; in unstripe_ctr() local 111 struct unstripe_c *uc = ti->private; in unstripe_dtr() local 118 struct unstripe_c *uc = ti->private; in map_to_core() local 136 struct unstripe_c *uc = ti->private; in unstripe_map() local 147 struct unstripe_c *uc = ti->private; in unstripe_status() local 165 struct unstripe_c *uc = ti->private; in unstripe_iterate_devices() local 173 struct unstripe_c *uc = ti->private; in unstripe_io_hints() local
|
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/ |
D | ucsi_ccg.c | 222 static int ccg_read(struct ucsi_ccg *uc, u16 rab, u8 *data, u32 len) in ccg_read() 267 static int ccg_write(struct ucsi_ccg *uc, u16 rab, const u8 *data, u32 len) in ccg_write() 303 static int ucsi_ccg_init(struct ucsi_ccg *uc) in ucsi_ccg_init() 341 static void ucsi_ccg_update_get_current_cam_cmd(struct ucsi_ccg *uc, u8 *data) in ucsi_ccg_update_get_current_cam_cmd() 355 struct ucsi_ccg *uc = ucsi_get_drvdata(ucsi); in ucsi_ccg_update_altmodes() local 427 static void ucsi_ccg_update_set_new_cam_cmd(struct ucsi_ccg *uc, in ucsi_ccg_update_set_new_cam_cmd() 492 static void ucsi_ccg_nvidia_altmode(struct ucsi_ccg *uc, in ucsi_ccg_nvidia_altmode() 514 struct ucsi_ccg *uc = ucsi_get_drvdata(ucsi); in ucsi_ccg_read() local 558 struct ucsi_ccg *uc = ucsi_get_drvdata(ucsi); in ucsi_ccg_sync_write() local 604 struct ucsi_ccg *uc = data; in ccg_irq_handler() local [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/ |
D | test_signals_utils.c | 86 siginfo_t *si, void *uc) in handle_signal_unsupported() 108 siginfo_t *si, void *uc) in handle_signal_trigger() 118 siginfo_t *si, void *uc) in handle_signal_ok() 164 siginfo_t *si, void *uc) in handle_signal_copyctx() 177 static void default_handler(int signum, siginfo_t *si, void *uc) in default_handler()
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/testcases/ |
D | testcases.h | 35 #define ASSERT_BAD_CONTEXT(uc) do { \ argument 47 #define ASSERT_GOOD_CONTEXT(uc) do { \ argument 75 ucontext_t uc; member
|
D | mangle_pstate_invalid_daif_bits.c | 15 ucontext_t *uc) in mangle_invalid_pstate_run()
|
D | mangle_pstate_invalid_compat_toggle.c | 14 ucontext_t *uc) in mangle_invalid_pstate_run()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
D | kvm_pv_test.c | 154 static void pr_msr(struct ucall *uc) in pr_msr() 161 static void pr_hcall(struct ucall *uc) in pr_hcall() 168 static void handle_abort(struct ucall *uc) in handle_abort() 179 struct ucall uc; in enter_guest() local
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
D | signal.c | 243 struct ucontext uc; member 331 static inline int rt_restore_fpu_state(struct ucontext __user *uc) in rt_restore_fpu_state() 482 static inline int rt_save_fpu_state(struct ucontext __user *uc, struct pt_regs *regs) in rt_save_fpu_state() 560 static inline int rt_restore_fpu_state(struct ucontext __user *uc) in rt_restore_fpu_state() 569 static inline int rt_save_fpu_state(struct ucontext __user *uc, struct pt_regs *regs) in rt_save_fpu_state() 732 struct ucontext __user *uc) in rt_restore_ucontext() 853 static inline int rt_setup_ucontext(struct ucontext __user *uc, struct pt_regs *regs) in rt_setup_ucontext()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/s390x/ |
D | ucall.c | 19 struct ucall uc = { in ucall() local 36 uint64_t get_ucall(struct kvm_vm *vm, uint32_t vcpu_id, struct ucall *uc) in get_ucall()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
D | ucall.c | 21 struct ucall uc = { in ucall() local 38 uint64_t get_ucall(struct kvm_vm *vm, uint32_t vcpu_id, struct ucall *uc) in get_ucall()
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
D | signal.c | 34 struct ucontext uc; member 39 struct ucontext __user *uc, int *pr2) in rt_restore_ucontext() 128 static inline int rt_setup_ucontext(struct ucontext __user *uc, struct pt_regs *regs) in rt_setup_ucontext()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-context-force-tm.c | 50 void usr_signal_handler(int signo, siginfo_t *si, void *uc) in usr_signal_handler() 100 void seg_signal_handler(int signo, siginfo_t *si, void *uc) in seg_signal_handler()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | sigframe.h | 51 struct ucontext_ia32 uc; member 61 struct ucontext uc; member 79 struct ucontext_x32 uc; member
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
D | se.c | 445 struct snd_ctl_elem_value *uc) in se200pci_cont_volume_get() 456 struct snd_ctl_elem_value *uc) in se200pci_cont_boolean_get() 466 struct snd_ctl_elem_value *uc) in se200pci_cont_enum_get() 517 struct snd_ctl_elem_value *uc) in se200pci_cont_volume_put() 543 struct snd_ctl_elem_value *uc) in se200pci_cont_boolean_put() 560 struct snd_ctl_elem_value *uc) in se200pci_cont_enum_put()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/aarch64/ |
D | ucall.c | 76 struct ucall uc = {}; in ucall() local 91 uint64_t get_ucall(struct kvm_vm *vm, uint32_t vcpu_id, struct ucall *uc) in get_ucall()
|
/kernel/linux/linux-5.10/include/linux/ |
D | uprobes.h | 152 uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_register() 156 …ister_refctr(struct inode *inode, loff_t offset, loff_t ref_ctr_offset, struct uprobe_consumer *uc) in uprobe_register_refctr() 161 uprobe_apply(struct inode *inode, loff_t offset, struct uprobe_consumer *uc, bool add) in uprobe_apply() 166 uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_unregister()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | unicode.c | 257 wchar_t *uc) in asc2unichar() 276 static u16 *hfsplus_decompose_nonhangul(wchar_t uc, int *size) in hfsplus_decompose_nonhangul() 309 static int hfsplus_try_decompose_hangul(wchar_t uc, u16 *result) in hfsplus_try_decompose_hangul() 332 static u16 *decompose_unichar(wchar_t uc, int *size, u16 *hangul_buffer) in decompose_unichar()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/ |
D | sigfuz.c | 89 static void trap_signal_handler(int signo, siginfo_t *si, void *uc) in trap_signal_handler() 193 static void seg_signal_handler(int signo, siginfo_t *si, void *uc) in seg_signal_handler()
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifs_unicode.h | 136 UniStrchr(const wchar_t *ucs, wchar_t uc) in UniStrchr() 324 UniToupper(register wchar_t uc) in UniToupper() 366 UniTolower(register wchar_t uc) in UniTolower()
|
/kernel/linux/linux-5.10/arch/x86/um/ |
D | signal.c | 326 static int copy_ucontext_to_user(struct ucontext __user *uc, in copy_ucontext_to_user() 355 struct ucontext uc; member 483 struct ucontext uc; member 564 struct ucontext __user *uc = &frame->uc; in sys_rt_sigreturn() local
|
D | stub_segv.c | 14 ucontext_t *uc = p; in stub_segv_handler() local
|
/kernel/linux/linux-5.10/kernel/events/ |
D | uprobes.c | 760 static void consumer_add(struct uprobe *uprobe, struct uprobe_consumer *uc) in consumer_add() 773 static bool consumer_del(struct uprobe *uprobe, struct uprobe_consumer *uc) in consumer_del() 873 static inline bool consumer_filter(struct uprobe_consumer *uc, in consumer_filter() 882 struct uprobe_consumer *uc; in filter_chain() local 1090 __uprobe_unregister(struct uprobe *uprobe, struct uprobe_consumer *uc) in __uprobe_unregister() 1109 void uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_unregister() 1143 loff_t ref_ctr_offset, struct uprobe_consumer *uc) in __uprobe_register() 1196 struct uprobe_consumer *uc) in uprobe_register() 1203 loff_t ref_ctr_offset, struct uprobe_consumer *uc) in uprobe_register_refctr() 1217 struct uprobe_consumer *uc, bool add) in uprobe_apply() [all …]
|