Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c14 * Context.xs. XS interfaces for perf script.
30 XS(XS_Perf__Trace__Context_common_pc); /* prototype to pass -Wmissing-prototypes */
31 XS(XS_Perf__Trace__Context_common_pc) in XS() function
53 XS(XS_Perf__Trace__Context_common_flags); /* prototype to pass -Wmissing-prototypes */
54 XS(XS_Perf__Trace__Context_common_flags) in XS() function
76 XS(XS_Perf__Trace__Context_common_lock_depth); /* prototype to pass -Wmissing-prototypes */
77 XS(XS_Perf__Trace__Context_common_lock_depth) in XS() function
101 XS(boot_Perf__Trace__Context); /* prototype to pass -Wmissing-prototypes */
102 XS(boot_Perf__Trace__Context) in XS() function
/kernel/linux/linux-6.6/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c14 * Context.xs. XS interfaces for perf script.
30 XS(XS_Perf__Trace__Context_common_pc); /* prototype to pass -Wmissing-prototypes */
31 XS(XS_Perf__Trace__Context_common_pc) in XS() function
53 XS(XS_Perf__Trace__Context_common_flags); /* prototype to pass -Wmissing-prototypes */
54 XS(XS_Perf__Trace__Context_common_flags) in XS() function
76 XS(XS_Perf__Trace__Context_common_lock_depth); /* prototype to pass -Wmissing-prototypes */
77 XS(XS_Perf__Trace__Context_common_lock_depth) in XS() function
101 XS(boot_Perf__Trace__Context); /* prototype to pass -Wmissing-prototypes */
102 XS(boot_Perf__Trace__Context) in XS() function
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dtmiofb.c909 LCR_PR(XS); in tmiofb_dump_regs()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dppc-opc.c564 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
903 /* The XT and XS fields in an XX1 or XX3 form instruction. This is split. */
908 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
2073 /* The XT and XS fields in an XX1 or XX3 form instruction. This is split. */
2092 /* The XT and XS fields in an DQ form VSX instruction. This is split. */ in insert_xtq6()
2842 /* An XS form instruction. */
2843 #define XS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 2) | (((unsigned long)(rc)) & 1))
2844 #define XS_MASK XS (0x3f, 0x1ff, 1)
6087 {"sradi", XS(31,413,0), XS_MASK, PPC64, 0, {RA, RS, SH6}},
6088 {"sradi.", XS(3
2840 #define XS global() macro
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dppc-opc.c564 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
903 /* The XT and XS fields in an XX1 or XX3 form instruction. This is split. */
908 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
2073 /* The XT and XS fields in an XX1 or XX3 form instruction. This is split. */
2092 /* The XT and XS fields in an DQ form VSX instruction. This is split. */ in insert_xtq6()
2842 /* An XS form instruction. */
2843 #define XS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 2) | (((unsigned long)(rc)) & 1))
2844 #define XS_MASK XS (0x3f, 0x1ff, 1)
6087 {"sradi", XS(31,413,0), XS_MASK, PPC64, 0, {RA, RS, SH6}},
6088 {"sradi.", XS(3
2840 #define XS global() macro
[all...]

Completed in 20 milliseconds