Home
last modified time | relevance | path

Searched refs:fallthrough (Results 1 – 25 of 29) sorted by relevance

12

/xen/xen/arch/x86/include/asm/
A Dhypercall.h53 case 5: regs->r8 = 0xdeadbeefdeadf00dUL; fallthrough; in clobber_regs64()
54 case 4: regs->r10 = 0xdeadbeefdeadf00dUL; fallthrough; in clobber_regs64()
55 case 3: regs->rdx = 0xdeadbeefdeadf00dUL; fallthrough; in clobber_regs64()
56 case 2: regs->rsi = 0xdeadbeefdeadf00dUL; fallthrough; in clobber_regs64()
69 case 5: regs->edi = 0xdeadf00dU; fallthrough; in clobber_regs32()
70 case 4: regs->esi = 0xdeadf00dU; fallthrough; in clobber_regs32()
71 case 3: regs->edx = 0xdeadf00dU; fallthrough; in clobber_regs32()
72 case 2: regs->ecx = 0xdeadf00dU; fallthrough; in clobber_regs32()
/xen/xen/arch/arm/
A Dgic-v3.c66 fallthrough; in gicv3_save_lrs()
69 fallthrough; in gicv3_save_lrs()
72 fallthrough; in gicv3_save_lrs()
75 fallthrough; in gicv3_save_lrs()
78 fallthrough; in gicv3_save_lrs()
81 fallthrough; in gicv3_save_lrs()
84 fallthrough; in gicv3_save_lrs()
87 fallthrough; in gicv3_save_lrs()
90 fallthrough; in gicv3_save_lrs()
93 fallthrough; in gicv3_save_lrs()
[all …]
A Dtraps.c1429 fallthrough; in do_trap_hypercall()
1432 fallthrough; in do_trap_hypercall()
1435 fallthrough; in do_trap_hypercall()
1438 fallthrough; in do_trap_hypercall()
A Ddomain.c815 fallthrough; \ in arch_domain_teardown()
/xen/xen/include/xen/
A Dcompiler.h62 # define fallthrough __attribute__((__fallthrough__)) macro
64 # define fallthrough do {} while (0) /* fallthrough */ macro
/xen/xen/common/
A Dperfc.c137 fallthrough; in perfc_reset()
145 fallthrough; in perfc_reset()
A Dvsprintf.c624 fallthrough; in vsnprintf()
632 fallthrough; in vsnprintf()
A Ddomctl.c309 fallthrough; in do_domctl()
317 fallthrough; in do_domctl()
A Ddomain.c433 fallthrough; \ in domain_teardown()
439 fallthrough; \ in domain_teardown()
/xen/xen/arch/x86/hvm/
A Dhypercall.c123 fallthrough; in hvm_hypercall()
A Dvlapic.c1041 fallthrough; in guest_wrmsr_x2apic()
/xen/xen/arch/x86/cpu/mcheck/
A Dmce.h144 fallthrough; in mce_vendor_bank_msr()
A Dmce_intel.c872 fallthrough; in intel_init_ppin()
/xen/xen/include/xsm/
A Ddummy.h87 fallthrough; in xsm_default_action()
92 fallthrough; in xsm_default_action()
96 fallthrough; in xsm_default_action()
/xen/docs/misra/
A Ddeviations.rst421 - Switch clauses ending with pseudo-keyword \"fallthrough\" are safe.
430 an explicit comment indicating the fallthrough intention is present.
432 the pseudo-keyword "fallthrough" shall be used.
436 - /\* fallthrough \*/
437 - /\* fallthrough. \*/
/xen/xen/drivers/vpci/
A Dmsix.c219 fallthrough; in get_table()
226 fallthrough; in get_table()
/xen/xen/arch/x86/efi/
A Defi-boot.h183 fallthrough; in efi_arch_process_memory_map()
188 fallthrough; in efi_arch_process_memory_map()
/xen/xen/arch/x86/
A Dspec_ctrl.c1491 fallthrough; in rfds_calculations()
1739 fallthrough; in bhi_calculations()
/xen/xen/drivers/passthrough/x86/
A Diommu.c746 fallthrough; in cpu_callback()
/xen/xen/arch/x86/hvm/svm/
A Dnestedsvm.c815 fallthrough; in nsvm_vcpu_vmexit_inject()
818 fallthrough; in nsvm_vcpu_vmexit_inject()
/xen/xen/drivers/passthrough/arm/
A Dsmmu-v3.c2198 fallthrough; in arm_smmu_device_hw_probe()
2216 fallthrough; in arm_smmu_device_hw_probe()
2300 fallthrough; in arm_smmu_device_hw_probe()
/xen/automation/eclair_analysis/ECLAIR/
A Ddeviations.ecl476 -doc_begin="Switch clauses ending with pseudo-keyword \"fallthrough\" are
478 -config=MC3R1.R16.3,reports+={safe, "any_area(end_loc(any_exp(text(/fallthrough;/))))"}
486 explicit comment indicating the fallthrough intention is present."
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c1261 fallthrough; in vmx_get_segment_register()
1266 fallthrough; in vmx_get_segment_register()
1390 fallthrough; in vmx_set_segment_register()
1395 fallthrough; in vmx_set_segment_register()
/xen/xen/arch/arm/arm64/
A Dcpufeature.c512 fallthrough; in arm64_ftr_safe_value()
/xen/stubdom/
A DMakefile241 patch -d $@ -p1 < vtpm-implicit-fallthrough.patch

Completed in 103 milliseconds

12