Searched refs:crp (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | thread-stack.c | 98 struct call_return_processor *crp; member 137 struct call_return_processor *crp, in thread_stack__init() argument 168 ts->crp = crp; in thread_stack__init() 174 struct call_return_processor *crp, in thread_stack__new() argument 202 thread_stack__init(ts, thread, crp, callstack, br_stack_sz)) in thread_stack__new() 302 struct call_return_processor *crp = ts->crp; in thread_stack__call_return() local 335 return crp->process(&cr, parent_db_id, crp->data); in thread_stack__call_return() 340 struct call_return_processor *crp = ts->crp; in __thread_stack__flush() local 343 if (!crp) { in __thread_stack__flush() 443 if (ts->crp || !callstack) in thread_stack__event() [all …]
|
| H A D | thread-stack.h | 103 void call_return_processor__free(struct call_return_processor *crp); 108 struct call_return_processor *crp);
|
| H A D | db-export.c | 31 call_return_processor__free(dbe->crp); in db_export__exit() 32 dbe->crp = NULL; in db_export__exit() 406 if (dbe->crp) { in db_export__sample() 409 dbe->crp); in db_export__sample()
|
| H A D | db-export.h | 65 struct call_return_processor *crp; member
|
| /linux/arch/mips/kernel/ |
| H A D | irq_txx9.c | 103 u32 __iomem *crp; in txx9_irq_set_type() local 117 crp = &txx9_ircptr->cr[(unsigned int)irq_nr / 8]; in txx9_irq_set_type() 118 cr = __raw_readl(crp); in txx9_irq_set_type() 122 __raw_writel(cr, crp); in txx9_irq_set_type()
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | core.c | 200 const struct pinmux_cfg_reg *crp, in sh_pfc_config_reg_helper() argument 207 *mapped_regp = sh_pfc_phys_to_virt(pfc, crp->reg); in sh_pfc_config_reg_helper() 209 if (crp->field_width) { in sh_pfc_config_reg_helper() 210 *maskp = (1 << crp->field_width) - 1; in sh_pfc_config_reg_helper() 211 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper() 213 *maskp = (1 << crp->var_field_width[in_pos]) - 1; in sh_pfc_config_reg_helper() 214 *posp = crp->reg_width; in sh_pfc_config_reg_helper() 216 *posp -= abs(crp->var_field_width[k]); in sh_pfc_config_reg_helper() 221 const struct pinmux_cfg_reg *crp, in sh_pfc_write_config_reg() argument 228 sh_pfc_config_reg_helper(pfc, crp, field, &mapped_reg, &mask, &pos); in sh_pfc_write_config_reg() [all …]
|
| /linux/arch/m68k/include/asm/ |
| H A D | mmu_context.h | 236 unsigned long crp[2] = { in switch_mm_0230() local 262 : : "m" (crp[0])); in switch_mm_0230()
|
| /linux/arch/m68k/kernel/ |
| H A D | asm-offsets.c | 36 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1825 tables->dbe.crp = NULL; in set_table_handlers() 1835 tables->dbe.crp = in set_table_handlers() 1838 if (!tables->dbe.crp) in set_table_handlers() 1860 if (tables->dbe.crp) in set_table_handlers() 1861 tables->dbe.cpr = tables->dbe.crp->cpr; in set_table_handlers()
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress.c | 1915 const ZSTD_compResetPolicy_e crp, in ZSTD_reset_matchState() argument 1952 DEBUGLOG(4, "reset table : %u", crp!=ZSTDcrp_leaveDirty); in ZSTD_reset_matchState() 1953 if (crp!=ZSTDcrp_leaveDirty) { in ZSTD_reset_matchState() 2030 ZSTD_compResetPolicy_e const crp, in ZSTD_resetCCtx_internal() argument 2141 crp, in ZSTD_resetCCtx_internal()
|