Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c260 static SV *perl_process_callchain(struct perf_sample *sample, in perl_process_callchain()
308 !hv_stores(elem, "sym", newRV_noinc((SV*)sym))) { in perl_process_callchain()
331 av_push(list, newRV_noinc((SV*)elem)); in perl_process_callchain()
335 return newRV_noinc((SV*)list); in perl_process_callchain()
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c259 static SV *perl_process_callchain(struct perf_sample *sample, in perl_process_callchain()
310 !hv_stores(elem, "sym", newRV_noinc((SV*)sym))) { in perl_process_callchain()
335 av_push(list, newRV_noinc((SV*)elem)); in perl_process_callchain()
339 return newRV_noinc((SV*)list); in perl_process_callchain()
/kernel/linux/linux-5.10/arch/nds32/mm/
H A Dalignment.c21 #define SV(inst) (((inst) >> 8) & 0x3UL) macro
475 shift = *idx_to_addr(regs, RB(inst)) << SV(inst); in do_32()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dppc-opc.c693 /* The SV field in a POWER SC form instruction. */
694 #define SV ESYNC + 1
699 #define TBR SV + 1
4144 {"svca", SC(17,1,0), SC_MASK, PWRCOM, PPCVLE, {SV}},
4145 {"svcla", SC(17,1,1), SC_MASK, POWER, PPCVLE, {SV}},
692 #define SV global() macro
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dppc-opc.c693 /* The SV field in a POWER SC form instruction. */
694 #define SV ESYNC + 1
699 #define TBR SV + 1
4144 {"svca", SC(17,1,0), SC_MASK, PWRCOM, PPCVLE, {SV}},
4145 {"svcla", SC(17,1,1), SC_MASK, POWER, PPCVLE, {SV}},
692 #define SV global() macro

Completed in 23 milliseconds