Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 25 of 72) sorted by relevance

123

/arch/x86/kvm/vmx/
A Dhyperv.c15 #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 Dnested.c29 #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 DMakefile32 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 DMakefile3 CC = m68k-cbm-amigados-gcc macro
11 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
/arch/s390/kernel/vdso32/
A DMakefile54 cmd_vdso32as = $(CC) $(a_flags) -c -o $@ $<
56 cmd_vdso32cc = $(CC) $(c_flags) -c -o $@ $<
/arch/x86/kvm/svm/
A Dnested.c34 #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 DMakefile20 -isystem $(shell $(CC) -print-file-name=include) \
49 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
/arch/s390/kernel/vdso64/
A DMakefile69 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $<
71 cmd_vdso64cc = $(CC) $(c_flags) -c -o $@ $<
/arch/arm/boot/dts/allwinner/
A Dsun8i-h3-libretech-all-h3-cc.dts12 model = "Libre Computer Board ALL-H3-CC H3";
A Dsun8i-h2-plus-libretech-all-h3-cc.dts11 model = "Libre Computer Board ALL-H3-CC H2+";
/arch/arm64/boot/dts/rockchip/
A Drk3328-roc-cc.dts12 model = "Firefly ROC-RK3328-CC";
/arch/arm64/boot/dts/allwinner/
A Dsun50i-h5-libretech-all-h3-cc.dts11 model = "Libre Computer Board ALL-H3-CC H5";
A Dsun50i-h616-orangepi-zero.dtsi125 * 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 Dsun50i-h618-longanpi-3h.dts128 * 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 Dsun50i-h5-libretech-all-h5-cc.dts7 model = "Libre Computer Board ALL-H5-CC H5";
A Dsun50i-h618-orangepi-zero2w.dts175 * 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 Dsun50i-h618-yuzukihd-chameleon.dts202 * 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 DMakefile22 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name)
/arch/um/kernel/skas/
A DMakefile26 cmd_stub_exe = $(CC) -nostdlib -o $@ \
/arch/openrisc/
A DMakefile21 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
/arch/sh/kernel/vsyscall/
A DMakefile12 cmd_syscall = $(CC) -nostdlib $(SYSCFLAGS_$(@F)) \
/arch/csky/kernel/vdso/
A DMakefile46 …cmd_vdsold = $(CC) $(KBUILD_CFLAGS) $(call cc-option, -no-pie) -nostdlib -nostartfiles $(SYSCFLAGS…
/arch/x86/um/vdso/
A DMakefile57 cmd_vdso = $(CC) -nostdlib -o $@ \
/arch/arm64/
A DMakefile30 }' | $(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 DMakefile156 KBUILD_CFLAGS += -isystem $(shell $(CC) -print-file-name=include)
161 CHECKFLAGS += $(shell $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \

Completed in 50 milliseconds

123