| /arch/x86/kvm/vmx/ |
| A D | hyperv.c | 15 #define CC KVM_NESTED_VMENTER_CONSISTENCY_CHECK macro 164 if (CC(!nested_evmcs_is_valid_controls(EVMCS_PINCTRL, in nested_evmcs_check_controls() 168 if (CC(!nested_evmcs_is_valid_controls(EVMCS_EXEC_CTRL, in nested_evmcs_check_controls() 172 if (CC(!nested_evmcs_is_valid_controls(EVMCS_2NDEXEC, in nested_evmcs_check_controls() 176 if (CC(!nested_evmcs_is_valid_controls(EVMCS_EXIT_CTRLS, in nested_evmcs_check_controls() 180 if (CC(!nested_evmcs_is_valid_controls(EVMCS_ENTRY_CTRLS, in nested_evmcs_check_controls() 192 if (CC(!nested_evmcs_is_valid_controls(EVMCS_VMFUNC, in nested_evmcs_check_controls()
|
| A D | nested.c | 29 #define CC KVM_NESTED_VMENTER_CONSISTENCY_CHECK macro 821 (CC(!nested_cpu_has_vid(vmcs12)) || in nested_vmx_check_apicv_controls() 896 if (CC(!nested_cpu_has_ept(vmcs12)) || in nested_vmx_check_pml_controls() 943 if (CC(e->reserved != 0)) in nested_vmx_msr_check_common() 951 if (CC(e->index == MSR_FS_BASE) || in nested_vmx_load_msr_check() 952 CC(e->index == MSR_GS_BASE) || in nested_vmx_load_msr_check() 1168 CC(!load_pdptrs(vcpu, cr3))) { in nested_vmx_load_cr3() 2897 if (CC(vmcs12->vm_function_control & in nested_check_vm_execution_controls() 2977 if (CC(has_error_code && in nested_check_vm_entry_controls() 3070 CC((vmcs12->host_rip) >> 32)) in nested_vmx_check_host_state() [all …]
|
| /arch/parisc/kernel/vdso64/ |
| A D | Makefile | 32 VDSO_LIBGCC := $(shell $(CC) -print-libgcc-file-name) 53 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $(filter-out FORCE, $^) -o $@ 55 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $< 57 cmd_vdso64cc = $(CC) $(c_flags) -c -o $@ $<
|
| /arch/m68k/tools/amiga/ |
| A D | Makefile | 3 CC = m68k-cbm-amigados-gcc macro 11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
|
| /arch/s390/kernel/vdso32/ |
| A D | Makefile | 54 cmd_vdso32as = $(CC) $(a_flags) -c -o $@ $< 56 cmd_vdso32cc = $(CC) $(c_flags) -c -o $@ $<
|
| /arch/x86/kvm/svm/ |
| A D | nested.c | 34 #define CC KVM_NESTED_VMENTER_CONSISTENCY_CHECK macro 333 if (CC(control->asid == 0)) in __nested_vmcb_check_controls() 358 if (CC(!(save->efer & EFER_SVME))) in __nested_vmcb_check_save() 362 CC(save->cr0 & ~0xffffffffULL)) in __nested_vmcb_check_save() 365 if (CC(!kvm_dr6_valid(save->dr6)) || CC(!kvm_dr7_valid(save->dr7))) in __nested_vmcb_check_save() 374 if (CC(!(save->cr4 & X86_CR4_PAE)) || in __nested_vmcb_check_save() 375 CC(!(save->cr0 & X86_CR0_PE)) || in __nested_vmcb_check_save() 381 if (CC(!__kvm_is_valid_cr4(vcpu, save->cr4))) in __nested_vmcb_check_save() 384 if (CC(!kvm_valid_efer(vcpu, save->efer))) in __nested_vmcb_check_save() 581 if (CC(!kvm_vcpu_is_legal_cr3(vcpu, cr3))) in nested_svm_load_cr3() [all …]
|
| /arch/loongarch/vdso/ |
| A D | Makefile | 20 -isystem $(shell $(CC) -print-file-name=include) \ 49 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
|
| /arch/s390/kernel/vdso64/ |
| A D | Makefile | 69 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $< 71 cmd_vdso64cc = $(CC) $(c_flags) -c -o $@ $<
|
| /arch/arm/boot/dts/allwinner/ |
| A D | sun8i-h3-libretech-all-h3-cc.dts | 12 model = "Libre Computer Board ALL-H3-CC H3";
|
| A D | sun8i-h2-plus-libretech-all-h3-cc.dts | 11 model = "Libre Computer Board ALL-H3-CC H2+";
|
| /arch/arm64/boot/dts/rockchip/ |
| A D | rk3328-roc-cc.dts | 12 model = "Firefly ROC-RK3328-CC";
|
| /arch/arm64/boot/dts/allwinner/ |
| A D | sun50i-h5-libretech-all-h3-cc.dts | 11 model = "Libre Computer Board ALL-H3-CC H5";
|
| A D | sun50i-h616-orangepi-zero.dtsi | 125 * is not implemented: both CC pins are pulled to GND. 129 * act as a host (with a cable/adapter ignoring CC), as VBUS is
|
| A D | sun50i-h618-longanpi-3h.dts | 128 * is not implemented: both CC pins are pulled to GND. 132 * act as a host (with a cable/adapter ignoring CC), as VBUS is
|
| A D | sun50i-h5-libretech-all-h5-cc.dts | 7 model = "Libre Computer Board ALL-H5-CC H5";
|
| A D | sun50i-h618-orangepi-zero2w.dts | 175 * is not implemented: both CC pins are pulled to GND. 179 * act as a host (with a cable/adapter ignoring CC), as VBUS is
|
| A D | sun50i-h618-yuzukihd-chameleon.dts | 202 * is not implemented: both CC pins are pulled to GND. 206 * act as a host (with a cable/adapter ignoring CC), as VBUS is
|
| /arch/nios2/ |
| A D | Makefile | 22 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name)
|
| /arch/um/kernel/skas/ |
| A D | Makefile | 26 cmd_stub_exe = $(CC) -nostdlib -o $@ \
|
| /arch/openrisc/ |
| A D | Makefile | 21 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
|
| /arch/sh/kernel/vsyscall/ |
| A D | Makefile | 12 cmd_syscall = $(CC) -nostdlib $(SYSCFLAGS_$(@F)) \
|
| /arch/csky/kernel/vdso/ |
| A D | Makefile | 46 …cmd_vdsold = $(CC) $(KBUILD_CFLAGS) $(call cc-option, -no-pie) -nostdlib -nostartfiles $(SYSCFLAGS…
|
| /arch/x86/um/vdso/ |
| A D | Makefile | 57 cmd_vdso = $(CC) -nostdlib -o $@ \
|
| /arch/arm64/ |
| A D | Makefile | 30 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1) 40 CC_FLAGS_FPU += -isystem $(shell $(CC) -print-file-name=include)
|
| /arch/loongarch/ |
| A D | Makefile | 156 KBUILD_CFLAGS += -isystem $(shell $(CC) -print-file-name=include) 161 CHECKFLAGS += $(shell $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \
|