/kvm-unit-tests/powerpc/ |
H A D | smp.c | 24 cpu_relax(); in start_fn() 41 cpu_relax(); in test_start_cpus() 55 cpu_relax(); in test_start_cpus() 81 cpu_relax(); in ipi_fn() 110 cpu_relax(); in test_ipi_cpus() 119 cpu_relax(); in test_ipi_cpus() 176 cpu_relax(); in time_sync_fn() 188 cpu_relax(); in time_sync_fn() 225 cpu_relax(); in relax_fn()
|
H A D | atomics.c | 277 cpu_relax(); in smp_inc_fn() 293 cpu_relax(); in test_smp_inc() 296 cpu_relax(); in test_smp_inc() 314 cpu_relax(); in smp_lock_fn() 333 cpu_relax(); in test_smp_lock() 336 cpu_relax(); in test_smp_lock()
|
H A D | mmu.c | 90 cpu_relax(); in test_tlbie()
|
/kvm-unit-tests/lib/asm-generic/ |
H A D | barrier.h | 31 #ifndef cpu_relax 32 #define cpu_relax() asm volatile ("":::"memory") macro
|
/kvm-unit-tests/lib/riscv/asm/ |
H A D | smp.h | 7 #define smp_wait_for_event() cpu_relax() 8 #define smp_send_event() cpu_relax()
|
H A D | barrier.h | 18 #define cpu_relax() __asm__ __volatile__ ("pause") macro
|
/kvm-unit-tests/arm/ |
H A D | psci.c | 86 cpu_relax(); in cpu_on_do_wake_target() 123 cpu_relax(); in psci_cpu_on_test() 180 cpu_relax(); in cpu_off_secondary_entry() 201 cpu_relax(); in psci_cpu_off_test()
|
H A D | micro-bench.c | 60 cpu_relax(); in gic_secondary_entry() 103 cpu_relax(); in gic_prep_common() 162 cpu_relax(); in ipi_exec() 204 cpu_relax(); in lpi_exec() 242 cpu_relax(); in timer_exec()
|
H A D | selftest.c | 452 cpu_relax(); in main()
|
/kvm-unit-tests/lib/ |
H A D | getchar.c | 9 cpu_relax(); in getchar()
|
H A D | pci-edu.c | 72 cpu_relax(); in edu_dma()
|
/kvm-unit-tests/lib/ppc64/asm/ |
H A D | barrier.h | 4 #define cpu_relax() asm volatile("or 1,1,1 ; or 2,2,2" ::: "memory") macro
|
/kvm-unit-tests/lib/x86/asm/ |
H A D | barrier.h | 22 static inline void cpu_relax(void) in cpu_relax() function
|
/kvm-unit-tests/lib/riscv/ |
H A D | delay.c | 15 cpu_relax(); in delay()
|
/kvm-unit-tests/lib/arm/ |
H A D | delay.c | 18 cpu_relax(); in delay()
|
/kvm-unit-tests/x86/ |
H A D | intel-iommu.c | 99 cpu_relax(); in vtd_test_ir() 125 cpu_relax(); in vtd_test_ir()
|
H A D | svm.c | 409 cpu_relax(); in run_svm_tests()
|
H A D | ioapic.c | 12 cpu_relax(); in poll_remote_irr()
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | barrier.h | 15 #define cpu_relax() yield() macro
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | barrier.h | 15 #define cpu_relax() yield() macro
|
H A D | gic-v3.h | 115 cpu_relax(); in gicv3_do_wait_for_rwp()
|
/kvm-unit-tests/riscv/ |
H A D | sbi.c | 296 cpu_relax(); in timer_check_set_timer() 386 cpu_relax(); in ipi_hart_wait() 452 cpu_relax(); in check_ipi() 487 cpu_relax(); in check_ipi() 500 cpu_relax(); in check_ipi() 659 cpu_relax(); in hart_wait_on_status() 706 cpu_relax(); in hart_wait_until_idle() 814 cpu_relax(); in check_hsm() 971 cpu_relax(); in check_hsm() 1106 cpu_relax(); in check_hsm()
|
/kvm-unit-tests/lib/powerpc/ |
H A D | smp.c | 303 cpu_relax(); in start_all_cpus() 365 cpu_relax(); in stop_all_cpus()
|
H A D | processor.c | 91 cpu_relax(); in delay()
|
/kvm-unit-tests/lib/x86/ |
H A D | smp.c | 288 cpu_relax(); in bringup_aps()
|