/kernel/linux/linux-6.6/fs/unicode/ |
H A D | utf8-norm.c | 251 #define VC (21) macro 253 #define NC (VC * TC)
|
H A D | mkutf8data.c | 2656 #define VC (21) macro 2658 #define NC (VC * TC)
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | dumpstack_64.c | 27 [ ESTACK_VC ] = "#VC", 84 EPAGERANGE(VC),
|
H A D | sev-es.c | 45 /* #VC handler runtime per-CPU data */ 51 * It is needed when an NMI happens while the #VC handler uses the real 52 * GHCB, and the NMI handler itself is causing another #VC exception. In 59 * Mark the per-cpu GHCBs as in-use to detect nested #VC exceptions. 62 * to use it when a nested #VC exception happens before the write. 64 * This is necessary for example in the #VC->NMI->#VC case when the NMI 65 * happens while the first #VC handler uses the GHCB. When the NMI code 66 * raises a second #VC handler it might overwrite the contents of the 104 return ((sp >= __this_cpu_ist_bottom_va(VC)) in on_vc_stack() [all...] |
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
H A D | Makefile | 13 $(DT_DOC_CHECKER) --version 2>/dev/null || echo 0; } | sort -VC || \
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | dumpstack_64.c | 27 [ ESTACK_VC ] = "#VC", 90 EPAGERANGE(VC),
|
H A D | sev.c | 74 /* #VC handler runtime per-CPU data */ 80 * It is needed when an NMI happens while the #VC handler uses the real 81 * GHCB, and the NMI handler itself is causing another #VC exception. In 88 * Mark the per-cpu GHCBs as in-use to detect nested #VC exceptions. 91 * to use it when a nested #VC exception happens before the write. 93 * This is necessary for example in the #VC->NMI->#VC case when the NMI 94 * happens while the first #VC handler uses the GHCB. When the NMI code 95 * raises a second #VC handler it might overwrite the contents of the 149 return ((sp >= __this_cpu_ist_bottom_va(VC)) in on_vc_stack() [all...] |
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | utf8-norm.c | 268 #define VC (21) macro 270 #define NC (VC * TC)
|
H A D | mkutf8data.c | 2656 #define VC (21) macro 2658 #define NC (VC * TC)
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | cpu_entry_area.c | 159 cea_map_stack(VC); in percpu_setup_exception_stacks()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | cpu_entry_area.c | 161 cea_map_stack(VC); in percpu_setup_exception_stacks()
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 738 /* 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 global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 738 /* 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 global() macro [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | common.c | 2059 tss->x86_tss.ist[IST_INDEX_VC] = __this_cpu_ist_top_va(VC); in tss_setup_ist()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | common.c | 2218 tss->x86_tss.ist[IST_INDEX_VC] = __this_cpu_ist_top_va(VC); in tss_setup_ist() 2267 /* GHCB needs to be setup to handle #VC. */ in cpu_init_exception_handling()
|