Searched refs:debug_regs (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/crypto/ccree/
H A Dcc_debugfs.c41 static const struct debugfs_reg32 debug_regs[] = { variable in typeref:struct:debugfs_reg32
72 regset->regs = debug_regs;
73 regset->nregs = ARRAY_SIZE(debug_regs);
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-debug.c25 struct debug_regs { struct
29 static const struct debug_regs registers[] = {
72 static const struct debug_regs registers_36bit_dma[] = {
97 const struct debug_regs *reg = &registers_36bit_dma[i];
/linux-master/drivers/media/dvb-frontends/
H A Dzl10353.c37 static int debug_regs; variable
509 if (debug_regs)
548 if (debug_regs)
562 if (debug_regs)
661 module_param(debug_regs, int, 0644);
662 MODULE_PARM_DESC(debug_regs, "Turn on/off frontend register dumps (default:off).");
/linux-master/tools/lib/bpf/
H A Dgen_loader.c137 * 6 insns for debug_regs in emit_sys_close_blob
326 static void debug_regs(struct bpf_gen *gen, int reg1, int reg2, const char *fmt, ...) function
348 * * 6 is additional insns in debug_regs
353 debug_regs(gen, BPF_REG_9, BPF_REG_0, "close(%%d) = %%d");
726 debug_regs(gen, BPF_REG_7, BPF_REG_9, " func (%s:count=%d): imm: %%d, off: %%d",
731 debug_regs(gen, BPF_REG_9, -1, " func (%s:count=%d): btf_fd",
744 debug_regs(gen, BPF_REG_7, BPF_REG_9, " var t=%d w=%d (%s:count=%d): imm[0]: %%d, imm[1]: %%d",
747 debug_regs(gen, BPF_REG_9, -1, " var t=%d w=%d (%s:count=%d): insn.reg",
/linux-master/tools/testing/selftests/kvm/
H A DMakefile118 TEST_GEN_PROGS_x86_64 += x86_64/debug_regs

Completed in 119 milliseconds