Home
last modified time | relevance | path

Searched refs:tcc_offset (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c237 emit_ld(RV_REG_TCC, ctx->tcc_offset, RV_REG_SP, ctx); in __build_epilogue()
347 emit_ld(RV_REG_TCC, ctx->tcc_offset, RV_REG_SP, ctx); in emit_bpf_tail_call()
365 emit_sd(RV_REG_SP, ctx->tcc_offset, RV_REG_TCC, ctx); in emit_bpf_tail_call()
1835 emit_ld(RV_REG_TCC, ctx->tcc_offset, RV_REG_SP, ctx); in bpf_jit_emit_insn()
1843 emit_sd(RV_REG_SP, ctx->tcc_offset, RV_REG_TCC, ctx); in bpf_jit_emit_insn()
2101 ctx->tcc_offset = store_offset; in bpf_jit_build_prologue()
H A Dbpf_jit.h84 int tcc_offset; member
/linux/tools/power/x86/turbostat/
H A Dturbostat.c8185 unsigned int tcc_default, tcc_offset; in set_temperature_target() local
8228 tcc_offset = (msr >> 24) & GENMASK(bits - 1, 0); in set_temperature_target()
8230 cpu, msr, tcc_default - tcc_offset, tcc_default, tcc_offset); in set_temperature_target()