Home
last modified time | relevance | path

Searched defs:get_cpu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_getcpu.c32 getcpu_t get_cpu; in main() local
/openbmc/linux/include/linux/
H A Dsmp.h276 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); }) macro
/openbmc/qemu/contrib/plugins/
H A Dexeclog.c44 static CPU *get_cpu(int vcpu_index) in get_cpu() function