Home
last modified time | relevance | path

Searched refs:typeof_percpu (Results 1 – 1 of 1) sorted by relevance

/kvm-unit-tests/lib/x86/
H A Dsmp.h37 #define typeof_percpu(name) typeof(((struct percpu_data *)0)->name) macro
41 static inline typeof_percpu(name) this_cpu_read_##name(void) \
43 typeof_percpu(name) val; \
63 static inline void this_cpu_write_##name(typeof_percpu(name) val) \