Home
last modified time | relevance | path

Searched defs:kernel_regs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arc/kernel/
H A Dkgdb.c14 static void to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *kernel_regs, in to_gdb_regs()
37 static void from_gdb_regs(unsigned long *gdb_regs, struct pt_regs *kernel_regs, in from_gdb_regs()
57 void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *kernel_regs) in pt_regs_to_gdb_regs()
63 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *kernel_regs) in gdb_regs_to_pt_regs()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_query.c195 static int copy_perf_config_registers_or_number(const struct i915_oa_reg *kernel_regs, in copy_perf_config_registers_or_number()