Searched refs:VC (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/perf/util/
H A DPERF-VERSION-GEN43 VC=$(sed -e 's/^#define PERF_VERSION "\(.*\)"/\1/' <$GVF)
45 VC=unset
47 test "$VN" = "$VC" || {
/linux-master/arch/x86/kernel/
H A Ddumpstack_64.c27 [ ESTACK_VC ] = "#VC",
90 EPAGERANGE(VC),
H A Dsev.c95 /* #VC handler runtime per-CPU data */
101 * It is needed when an NMI happens while the #VC handler uses the real
102 * GHCB, and the NMI handler itself is causing another #VC exception. In
109 * Mark the per-cpu GHCBs as in-use to detect nested #VC exceptions.
112 * to use it when a nested #VC exception happens before the write.
114 * This is necessary for example in the #VC->NMI->#VC case when the NMI
115 * happens while the first #VC handler uses the GHCB. When the NMI code
116 * raises a second #VC handler it might overwrite the contents of the
170 return ((sp >= __this_cpu_ist_bottom_va(VC))
[all...]
/linux-master/fs/unicode/
H A Dutf8-norm.c251 #define VC (21) macro
253 #define NC (VC * TC)
H A Dmkutf8data.c2656 #define VC (21) macro
2658 #define NC (VC * TC)
/linux-master/arch/x86/mm/
H A Dcpu_entry_area.c161 cea_map_stack(VC);
/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c738 /* The VC field in a VA form instruction. */
739 #define VC VB + 1
743 #define VD VC + 1
3122 {"vmhaddshs", VXA(4, 32), VXA_MASK, PPCVEC, 0, {VD, VA, VB, VC}},
3123 {"vmhraddshs", VXA(4, 33), VXA_MASK, PPCVEC, 0, {VD, VA, VB, VC}},
3124 {"vmladduhm", VXA(4, 34), VXA_MASK, PPCVEC, 0, {VD, VA, VB, VC}},
3125 {"vmsumudm", VXA(4, 35), VXA_MASK, PPCVEC3, 0, {VD, VA, VB, VC}},
3127 {"vmsumubm", VXA(4, 36), VXA_MASK, PPCVEC, 0, {VD, VA, VB, VC}},
3129 {"vmsummbm", VXA(4, 37), VXA_MASK, PPCVEC, 0, {VD, VA, VB, VC}},
3130 {"vmsumuhm", VXA(4, 38), VXA_MASK, PPCVEC, 0, {VD, VA, VB, VC}},
737 #define VC macro
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2147 tss->x86_tss.ist[IST_INDEX_VC] = __this_cpu_ist_top_va(VC);
2189 /* GHCB needs to be setup to handle #VC. */

Completed in 306 milliseconds