Home
last modified time | relevance | path

Searched refs:regset (Results 1 – 25 of 94) sorted by relevance

1234

/Linux-v6.1/arch/powerpc/kernel/ptrace/
Dptrace-decl.h67 int fpr_set(struct task_struct *target, const struct user_regset *regset,
73 int vsr_active(struct task_struct *target, const struct user_regset *regset);
75 int vsr_set(struct task_struct *target, const struct user_regset *regset,
81 int vr_active(struct task_struct *target, const struct user_regset *regset);
83 int vr_set(struct task_struct *target, const struct user_regset *regset,
89 int evr_active(struct task_struct *target, const struct user_regset *regset);
91 int evr_set(struct task_struct *target, const struct user_regset *regset,
98 const struct user_regset *regset,
102 const struct user_regset *regset,
115 int tm_cgpr_active(struct task_struct *target, const struct user_regset *regset);
[all …]
Dptrace-tm.c58 int tm_cgpr_active(struct task_struct *target, const struct user_regset *regset) in tm_cgpr_active() argument
66 return regset->n; in tm_cgpr_active()
86 int tm_cgpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_get() argument
134 int tm_cgpr_set(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_set() argument
200 int tm_cfpr_active(struct task_struct *target, const struct user_regset *regset) in tm_cfpr_active() argument
208 return regset->n; in tm_cfpr_active()
229 int tm_cfpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cfpr_get() argument
273 int tm_cfpr_set(struct task_struct *target, const struct user_regset *regset, in tm_cfpr_set() argument
312 int tm_cvmx_active(struct task_struct *target, const struct user_regset *regset) in tm_cvmx_active() argument
320 return regset->n; in tm_cvmx_active()
[all …]
Dptrace-vsx.c21 int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get() argument
49 int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set() argument
79 int vsr_active(struct task_struct *target, const struct user_regset *regset) in vsr_active() argument
82 return target->thread.used_vsr ? regset->n : 0; in vsr_active()
97 int vsr_get(struct task_struct *target, const struct user_regset *regset, in vsr_get() argument
126 int vsr_set(struct task_struct *target, const struct user_regset *regset, in vsr_set() argument
Dptrace-view.c218 static int gpr_get(struct task_struct *target, const struct user_regset *regset, in gpr_get() argument
238 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument
290 static int ppr_get(struct task_struct *target, const struct user_regset *regset, in ppr_get() argument
296 static int ppr_set(struct task_struct *target, const struct user_regset *regset, in ppr_set() argument
304 static int dscr_get(struct task_struct *target, const struct user_regset *regset, in dscr_get() argument
309 static int dscr_set(struct task_struct *target, const struct user_regset *regset, in dscr_set() argument
318 static int tar_get(struct task_struct *target, const struct user_regset *regset, in tar_get() argument
323 static int tar_set(struct task_struct *target, const struct user_regset *regset, in tar_set() argument
331 static int ebb_active(struct task_struct *target, const struct user_regset *regset) in ebb_active() argument
337 return regset->n; in ebb_active()
[all …]
Dptrace-spe.c19 int evr_active(struct task_struct *target, const struct user_regset *regset) in evr_active() argument
22 return target->thread.used_spe ? regset->n : 0; in evr_active()
25 int evr_get(struct task_struct *target, const struct user_regset *regset, in evr_get() argument
39 int evr_set(struct task_struct *target, const struct user_regset *regset, in evr_set() argument
Dptrace-altivec.c23 int vr_active(struct task_struct *target, const struct user_regset *regset) in vr_active() argument
26 return target->thread.used_vr ? regset->n : 0; in vr_active()
43 int vr_get(struct task_struct *target, const struct user_regset *regset, in vr_get() argument
79 int vr_set(struct task_struct *target, const struct user_regset *regset, in vr_set() argument
/Linux-v6.1/kernel/
Dregset.c7 const struct user_regset *regset, in __regset_get() argument
14 if (!regset->regset_get) in __regset_get()
16 if (size > regset->n * regset->size) in __regset_get()
17 size = regset->n * regset->size; in __regset_get()
23 res = regset->regset_get(target, regset, in __regset_get()
34 const struct user_regset *regset, in regset_get() argument
38 return __regset_get(target, regset, size, &data); in regset_get()
43 const struct user_regset *regset, in regset_get_alloc() argument
48 return __regset_get(target, regset, size, data); in regset_get_alloc()
67 const struct user_regset *regset = &view->regsets[setno]; in copy_regset_to_user() local
[all …]
/Linux-v6.1/drivers/crypto/ccree/
Dcc_debugfs.c66 struct debugfs_regset32 *regset, *verset; in cc_debugfs_init() local
68 regset = devm_kzalloc(dev, sizeof(*regset), GFP_KERNEL); in cc_debugfs_init()
69 if (!regset) in cc_debugfs_init()
72 regset->regs = debug_regs; in cc_debugfs_init()
73 regset->nregs = ARRAY_SIZE(debug_regs); in cc_debugfs_init()
74 regset->base = drvdata->cc_base; in cc_debugfs_init()
75 regset->dev = dev; in cc_debugfs_init()
80 debugfs_create_regset32("regs", 0400, drvdata->dir, regset); in cc_debugfs_init()
/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ads.c62 struct guc_mmio_reg regset[]; member
101 return offsetof(struct __guc_ads_blob, regset); in guc_ads_regset_offset()
253 __mmio_reg_add(struct temp_regset *regset, struct guc_mmio_reg *reg) in __mmio_reg_add() argument
255 u32 pos = regset->storage_used; in __mmio_reg_add()
258 if (pos >= regset->storage_max) { in __mmio_reg_add()
260 struct guc_mmio_reg *r = krealloc(regset->storage, in __mmio_reg_add()
268 regset->registers = r + (regset->registers - regset->storage); in __mmio_reg_add()
269 regset->storage = r; in __mmio_reg_add()
270 regset->storage_max = size / sizeof(*slot); in __mmio_reg_add()
273 slot = &regset->storage[pos]; in __mmio_reg_add()
[all …]
/Linux-v6.1/include/linux/
Dregset.h95 const struct user_regset *regset);
98 const struct user_regset *regset,
118 const struct user_regset *regset,
144 const struct user_regset *regset,
302 const struct user_regset *regset,
306 const struct user_regset *regset,
330 const struct user_regset *regset = &view->regsets[setno]; in copy_regset_from_user() local
332 if (!regset->set) in copy_regset_from_user()
338 return regset->set(target, regset, offset, size, NULL, data); in copy_regset_from_user()
/Linux-v6.1/arch/x86/kernel/fpu/
Dregset.c22 int regset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_fpregs_active() argument
24 return regset->n; in regset_fpregs_active()
27 int regset_xregset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_xregset_fpregs_active() argument
30 return regset->n; in regset_xregset_fpregs_active()
70 int xfpregs_get(struct task_struct *target, const struct user_regset *regset, in xfpregs_get() argument
89 int xfpregs_set(struct task_struct *target, const struct user_regset *regset, in xfpregs_set() argument
129 int xstateregs_get(struct task_struct *target, const struct user_regset *regset, in xstateregs_get() argument
141 int xstateregs_set(struct task_struct *target, const struct user_regset *regset, in xstateregs_set() argument
319 int fpregs_get(struct task_struct *target, const struct user_regset *regset, in fpregs_get() argument
329 return fpregs_soft_get(target, regset, to); in fpregs_get()
[all …]
/Linux-v6.1/arch/arm64/kernel/
Dptrace.c474 const struct user_regset *regset, in hw_break_get() argument
477 unsigned int note_type = regset->core_note_type; in hw_break_get()
506 const struct user_regset *regset, in hw_break_set() argument
510 unsigned int note_type = regset->core_note_type; in hw_break_set()
522 limit = regset->n * regset->size; in hw_break_set()
560 const struct user_regset *regset, in gpr_get() argument
567 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument
585 static int fpr_active(struct task_struct *target, const struct user_regset *regset) in fpr_active() argument
589 return regset->n; in fpr_active()
596 const struct user_regset *regset, in __fpr_get() argument
[all …]
/Linux-v6.1/drivers/thermal/broadcom/
Dbcm2835_thermal.c123 struct debugfs_regset32 *regset; in bcm2835_thermal_debugfs() local
127 regset = devm_kzalloc(&pdev->dev, sizeof(*regset), GFP_KERNEL); in bcm2835_thermal_debugfs()
128 if (!regset) in bcm2835_thermal_debugfs()
131 regset->regs = bcm2835_thermal_regs; in bcm2835_thermal_debugfs()
132 regset->nregs = ARRAY_SIZE(bcm2835_thermal_regs); in bcm2835_thermal_debugfs()
133 regset->base = data->regs; in bcm2835_thermal_debugfs()
135 debugfs_create_regset32("regset", 0444, data->debugfsdir, regset); in bcm2835_thermal_debugfs()
/Linux-v6.1/drivers/usb/host/
Dxhci-debugfs.c88 struct xhci_regset *regset; in xhci_debugfs_alloc_regset() local
90 regset = kzalloc(sizeof(*regset), GFP_KERNEL); in xhci_debugfs_alloc_regset()
91 if (!regset) in xhci_debugfs_alloc_regset()
98 INIT_LIST_HEAD(&regset->list); in xhci_debugfs_alloc_regset()
99 list_add_tail(&regset->list, &xhci->regset_list); in xhci_debugfs_alloc_regset()
101 return regset; in xhci_debugfs_alloc_regset()
104 static void xhci_debugfs_free_regset(struct xhci_regset *regset) in xhci_debugfs_free_regset() argument
106 if (!regset) in xhci_debugfs_free_regset()
109 list_del(&regset->list); in xhci_debugfs_free_regset()
110 kfree(regset); in xhci_debugfs_free_regset()
[all …]
/Linux-v6.1/arch/mips/kernel/
Dptrace.c211 const struct user_regset *regset, in gpr32_get() argument
222 const struct user_regset *regset, in gpr32_set() argument
276 const struct user_regset *regset, in gpr64_get() argument
287 const struct user_regset *regset, in gpr64_set() argument
434 const struct user_regset *regset, in fpr_get() argument
501 const struct user_regset *regset, in fpr_set() argument
544 const struct user_regset *regset, in fp_mode_get() argument
560 const struct user_regset *regset, in fp_mode_set() argument
595 const struct user_regset *regset, in copy_pad_fprs() argument
603 cp_sz = min(regset->size, live_sz); in copy_pad_fprs()
[all …]
/Linux-v6.1/drivers/video/fbdev/core/
Dsvgalib.c23 void svga_wcrt_multi(void __iomem *regbase, const struct vga_regset *regset, u32 value) in svga_wcrt_multi() argument
27 while (regset->regnum != VGA_REGSET_END_VAL) { in svga_wcrt_multi()
28 regval = vga_rcrt(regbase, regset->regnum); in svga_wcrt_multi()
29 bitnum = regset->lowbit; in svga_wcrt_multi()
30 while (bitnum <= regset->highbit) { in svga_wcrt_multi()
37 vga_wcrt(regbase, regset->regnum, regval); in svga_wcrt_multi()
38 regset ++; in svga_wcrt_multi()
43 void svga_wseq_multi(void __iomem *regbase, const struct vga_regset *regset, u32 value) in svga_wseq_multi() argument
47 while (regset->regnum != VGA_REGSET_END_VAL) { in svga_wseq_multi()
48 regval = vga_rseq(regbase, regset->regnum); in svga_wseq_multi()
[all …]
/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_debugfs.c39 struct debugfs_regset32 *regset = node->info_ent->data; in vc4_debugfs_regset32() local
46 drm_print_regset32(&p, regset); in vc4_debugfs_regset32()
77 struct debugfs_regset32 *regset) in vc4_debugfs_add_regset32() argument
79 return vc4_debugfs_add_file(minor, name, vc4_debugfs_regset32, regset); in vc4_debugfs_add_regset32()
/Linux-v6.1/arch/sh/kernel/
Dptrace_32.c135 const struct user_regset *regset, in genregs_get() argument
144 const struct user_regset *regset, in genregs_set() argument
168 const struct user_regset *regset, in fpregs_get() argument
182 const struct user_regset *regset, in fpregs_set() argument
203 const struct user_regset *regset) in fpregs_active() argument
205 return tsk_used_math(target) ? regset->n : 0; in fpregs_active()
211 const struct user_regset *regset, in dspregs_get() argument
221 const struct user_regset *regset, in dspregs_set() argument
239 const struct user_regset *regset) in dspregs_active() argument
243 return regs->sr & SR_DSP ? regset->n : 0; in dspregs_active()
/Linux-v6.1/drivers/media/platform/st/sti/c8sectpfe/
Dc8sectpfe-debugfs.c228 fei->regset = devm_kzalloc(fei->dev, sizeof(*fei->regset), GFP_KERNEL); in c8sectpfe_debugfs_init()
229 if (!fei->regset) in c8sectpfe_debugfs_init()
232 fei->regset->regs = fei_sys_regs; in c8sectpfe_debugfs_init()
233 fei->regset->nregs = ARRAY_SIZE(fei_sys_regs); in c8sectpfe_debugfs_init()
234 fei->regset->base = fei->io; in c8sectpfe_debugfs_init()
237 debugfs_create_regset32("registers", S_IRUGO, fei->root, fei->regset); in c8sectpfe_debugfs_init()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_print.c354 void drm_print_regset32(struct drm_printer *p, struct debugfs_regset32 *regset) in drm_print_regset32() argument
359 for (i = 0; i < regset->nregs; i++) in drm_print_regset32()
360 namelen = max(namelen, (int)strlen(regset->regs[i].name)); in drm_print_regset32()
362 for (i = 0; i < regset->nregs; i++) { in drm_print_regset32()
364 namelen, regset->regs[i].name, in drm_print_regset32()
365 readl(regset->base + regset->regs[i].offset)); in drm_print_regset32()
/Linux-v6.1/drivers/gpio/
Dgpio-xlp.c70 u32 pos, regset; in xlp_gpio_get_reg() local
73 regset = (gpio / XLP_GPIO_REGSZ) * 4; in xlp_gpio_get_reg()
74 return !!(readl(addr + regset) & BIT(pos)); in xlp_gpio_get_reg()
79 u32 value, pos, regset; in xlp_gpio_set_reg() local
82 regset = (gpio / XLP_GPIO_REGSZ) * 4; in xlp_gpio_set_reg()
83 value = readl(addr + regset); in xlp_gpio_set_reg()
90 writel(value, addr + regset); in xlp_gpio_set_reg()
/Linux-v6.1/arch/s390/kernel/
Dptrace.c840 const struct user_regset *regset, in s390_regs_get() argument
853 const struct user_regset *regset, in s390_regs_set() argument
889 const struct user_regset *regset, in s390_fpregs_get() argument
904 const struct user_regset *regset, unsigned int pos, in s390_fpregs_set() argument
946 const struct user_regset *regset, in s390_last_break_get() argument
953 const struct user_regset *regset, in s390_last_break_set() argument
961 const struct user_regset *regset, in s390_tdb_get() argument
974 const struct user_regset *regset, in s390_tdb_set() argument
982 const struct user_regset *regset, in s390_vxrs_low_get() argument
998 const struct user_regset *regset, in s390_vxrs_low_set() argument
[all …]
/Linux-v6.1/arch/riscv/kernel/
Dptrace.c33 const struct user_regset *regset, in riscv_gpr_get() argument
41 const struct user_regset *regset, in riscv_gpr_set() argument
53 const struct user_regset *regset, in riscv_fpr_get() argument
67 const struct user_regset *regset, in riscv_fpr_set() argument
274 const struct user_regset *regset, in compat_riscv_gpr_get() argument
286 const struct user_regset *regset, in compat_riscv_gpr_set() argument
/Linux-v6.1/arch/sparc/kernel/
Dptrace_32.c84 const struct user_regset *regset, in genregs32_get() argument
107 const struct user_regset *regset, in genregs32_set() argument
166 const struct user_regset *regset, in fpregs32_get() argument
182 const struct user_regset *regset, in fpregs32_set() argument
244 const struct user_regset *regset, in getregs_get() argument
260 const struct user_regset *regset, in setregs_set() argument
287 const struct user_regset *regset, in getfpregs_get() argument
300 const struct user_regset *regset, in setfpregs_set() argument
Dptrace_64.c247 const struct user_regset *regset, in genregs64_get() argument
268 const struct user_regset *regset, in genregs64_set() argument
342 const struct user_regset *regset, in fpregs64_get() argument
372 const struct user_regset *regset, in fpregs64_set() argument
443 const struct user_regset *regset, in getregs64_get() argument
458 const struct user_regset *regset, in setregs64_set() argument
535 const struct user_regset *regset, in genregs32_get() argument
561 const struct user_regset *regset, in genregs32_set() argument
678 const struct user_regset *regset, in fpregs32_get() argument
700 const struct user_regset *regset, in fpregs32_set() argument
[all …]

1234