Home
last modified time | relevance | path

Searched refs:regset (Results 126 - 150 of 189) sorted by relevance

12345678

/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_v3d.c413 vc4_debugfs_add_regset32(drm, "v3d_regs", &v3d->regset); in vc4_v3d_debugfs_init()
437 v3d->regset.base = v3d->regs; in vc4_v3d_bind()
438 v3d->regset.regs = v3d_regs; in vc4_v3d_bind()
439 v3d->regset.nregs = ARRAY_SIZE(v3d_regs); in vc4_v3d_bind()
H A Dvc4_hvs.c79 drm_print_regset32(&p, &hvs->regset); in vc4_hvs_dump_state()
779 vc4_debugfs_add_regset32(drm, "hvs_regs", &hvs->regset); in vc4_hvs_debugfs_init()
842 hvs->regset.base = hvs->regs; in vc4_hvs_bind()
843 hvs->regset.regs = hvs_regs; in vc4_hvs_bind()
844 hvs->regset.nregs = ARRAY_SIZE(hvs_regs); in vc4_hvs_bind()
H A Dvc4_txp.c518 vc4_crtc->regset.base = txp->regs; in vc4_txp_bind()
519 vc4_crtc->regset.regs = txp_regs; in vc4_txp_bind()
520 vc4_crtc->regset.nregs = ARRAY_SIZE(txp_regs); in vc4_txp_bind()
H A Dvc4_crtc.c357 drm_print_regset32(&p, &vc4_crtc->regset); in vc4_crtc_config_pv()
450 drm_print_regset32(&p, &vc4_crtc->regset); in vc4_crtc_config_pv()
1113 &vc4_crtc->regset); in vc4_crtc_late_register()
1408 vc4_crtc->regset.base = vc4_crtc->regs; in vc4_crtc_bind()
1409 vc4_crtc->regset.regs = crtc_regs; in vc4_crtc_bind()
1410 vc4_crtc->regset.nregs = ARRAY_SIZE(crtc_regs); in vc4_crtc_bind()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dtraps.h22 extern void (*board_bind_eic_interrupt)(int irq, int regset);
/kernel/linux/linux-5.10/drivers/usb/mtu3/
H A Dmtu3_debug.h21 struct debugfs_regset32 regset; member
/kernel/linux/linux-6.6/drivers/usb/mtu3/
H A Dmtu3_debug.h21 struct debugfs_regset32 regset; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h1 /*===- llvm/Support/Solaris/sys/regset.h ------------------------*- C++ -*-===*
16 #include_next <sys/regset.h>
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H A Dptrace-fpu.c3 #include <linux/regset.h>
/third_party/mesa3d/src/util/
H A Dregister_allocate_internal.h57 struct ra_regs *regset; member
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c331 drm_print_regset32(&p, &vc4_crtc->regset); in vc4_crtc_config_pv()
413 drm_print_regset32(&p, &vc4_crtc->regset); in vc4_crtc_config_pv()
1131 vc4_crtc->regset.base = vc4_crtc->regs; in vc4_crtc_bind()
1132 vc4_crtc->regset.regs = crtc_regs; in vc4_crtc_bind()
1133 vc4_crtc->regset.nregs = ARRAY_SIZE(crtc_regs); in vc4_crtc_bind()
1153 &vc4_crtc->regset); in vc4_crtc_bind()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dptrace.c34 #include <asm/fpu/regset.h>
414 const struct user_regset *regset, in genregs_get()
425 const struct user_regset *regset, in genregs_set()
675 const struct user_regset *regset) in ioperm_active()
679 return iobm ? DIV_ROUND_UP(iobm->max, regset->size) : 0; in ioperm_active()
683 const struct user_regset *regset, in ioperm_get()
993 const struct user_regset *regset, in genregs32_get()
1007 const struct user_regset *regset, in genregs32_set()
413 genregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) genregs_get() argument
424 genregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) genregs_set() argument
674 ioperm_active(struct task_struct *target, const struct user_regset *regset) ioperm_active() argument
682 ioperm_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) ioperm_get() argument
992 genregs32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) genregs32_get() argument
1006 genregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) genregs32_set() argument
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dptrace.c32 #include <asm/fpu/regset.h>
433 const struct user_regset *regset, in genregs_get()
444 const struct user_regset *regset, in genregs_set()
694 const struct user_regset *regset) in ioperm_active()
698 return iobm ? DIV_ROUND_UP(iobm->max, regset->size) : 0; in ioperm_active()
702 const struct user_regset *regset, in ioperm_get()
1023 const struct user_regset *regset, in genregs32_get()
1037 const struct user_regset *regset, in genregs32_set()
1377 * This is used by the core dump code to decide which regset to dump. The
432 genregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) genregs_get() argument
443 genregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) genregs_set() argument
693 ioperm_active(struct task_struct *target, const struct user_regset *regset) ioperm_active() argument
701 ioperm_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) ioperm_get() argument
1022 genregs32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) genregs32_get() argument
1036 genregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) genregs32_set() argument
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c1724 #include <linux/regset.h>
1745 * When a regset has a writeback hook, we call it on each thread before
1750 const struct user_regset *regset) in do_thread_regset_writeback()
1752 if (regset->writeback) in do_thread_regset_writeback()
1753 regset->writeback(task, regset, 1); in do_thread_regset_writeback()
1772 * NT_PRSTATUS is the one special case, because the regset data in fill_thread_core_info()
1775 * We assume that regset 0 is NT_PRSTATUS. in fill_thread_core_info()
1790 * Each other regset might generate a note too. For each regset in fill_thread_core_info()
1749 do_thread_regset_writeback(struct task_struct *task, const struct user_regset *regset) do_thread_regset_writeback() argument
1795 const struct user_regset *regset = &view->regsets[i]; fill_thread_core_info() local
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf.c1726 #include <linux/regset.h>
1748 * When a regset has a writeback hook, we call it on each thread before
1753 const struct user_regset *regset) in do_thread_regset_writeback()
1755 if (regset->writeback) in do_thread_regset_writeback()
1756 regset->writeback(task, regset, 1); in do_thread_regset_writeback()
1774 * NT_PRSTATUS is the one special case, because the regset data in fill_thread_core_info()
1776 * than being the whole note contents. We fill the regset in here. in fill_thread_core_info()
1777 * We assume that regset 0 is NT_PRSTATUS. in fill_thread_core_info()
1790 * Each other regset migh in fill_thread_core_info()
1752 do_thread_regset_writeback(struct task_struct *task, const struct user_regset *regset) do_thread_regset_writeback() argument
1795 const struct user_regset *regset = &view->regsets[view_iter]; fill_thread_core_info() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_dsps.c112 struct debugfs_regset32 regset; member
417 glue->regset.regs = dsps_musb_regs; in dsps_musb_dbg_init()
418 glue->regset.nregs = ARRAY_SIZE(dsps_musb_regs); in dsps_musb_dbg_init()
419 glue->regset.base = musb->ctrl_base; in dsps_musb_dbg_init()
421 debugfs_create_regset32("regdump", S_IRUGO, root, &glue->regset); in dsps_musb_dbg_init()
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_dsps.c111 struct debugfs_regset32 regset; member
416 glue->regset.regs = dsps_musb_regs; in dsps_musb_dbg_init()
417 glue->regset.nregs = ARRAY_SIZE(dsps_musb_regs); in dsps_musb_dbg_init()
418 glue->regset.base = musb->ctrl_base; in dsps_musb_dbg_init()
420 debugfs_create_regset32("regdump", S_IRUGO, root, &glue->regset); in dsps_musb_dbg_init()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-solaris.cc19 #include <sys/regset.h>
/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dfpu_entry.c29 #include <linux/regset.h>
639 const struct user_regset *regset, in fpregs_soft_set()
691 const struct user_regset *regset, in fpregs_soft_get()
638 fpregs_soft_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpregs_soft_set() argument
690 fpregs_soft_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpregs_soft_get() argument
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dptrace.c22 #include <linux/regset.h>
301 const struct user_regset *regset, in m68k_regset_get()
300 m68k_regset_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) m68k_regset_get() argument
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-debugfs.h81 struct debugfs_regset32 regset; member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-debugfs.h81 struct debugfs_regset32 regset; member
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-dw-core.c68 dws->regset.regs = dw_spi_dbgfs_regs; in dw_spi_debugfs_init()
69 dws->regset.nregs = ARRAY_SIZE(dw_spi_dbgfs_regs); in dw_spi_debugfs_init()
70 dws->regset.base = dws->regs; in dw_spi_debugfs_init()
71 debugfs_create_regset32("registers", 0400, dws->debugfs, &dws->regset); in dw_spi_debugfs_init()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-dw-core.c67 dws->regset.regs = dw_spi_dbgfs_regs; in dw_spi_debugfs_init()
68 dws->regset.nregs = ARRAY_SIZE(dw_spi_dbgfs_regs); in dw_spi_debugfs_init()
69 dws->regset.base = dws->regs; in dw_spi_debugfs_init()
70 debugfs_create_regset32("registers", 0400, dws->debugfs, &dws->regset); in dw_spi_debugfs_init()
/kernel/linux/linux-5.10/drivers/clk/bcm/
H A Dclk-bcm2835.c403 struct debugfs_regset32 *regset; in bcm2835_debugfs_regset() local
405 regset = devm_kzalloc(cprman->dev, sizeof(*regset), GFP_KERNEL); in bcm2835_debugfs_regset()
406 if (!regset) in bcm2835_debugfs_regset()
409 regset->regs = regs; in bcm2835_debugfs_regset()
410 regset->nregs = nregs; in bcm2835_debugfs_regset()
411 regset->base = cprman->regs + base; in bcm2835_debugfs_regset()
413 debugfs_create_regset32("regdump", S_IRUGO, dentry, regset); in bcm2835_debugfs_regset()

Completed in 27 milliseconds

12345678