Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dppc-remove-glibc-dep.patch28 -#define HMT_medium_high() __ppc_set_ppr_med_high()
29 +#define HMT_medium_high() asm volatile("or 5,5,5")
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dprocessor.h71 #define HMT_medium_high() asm volatile("or 5,5,5 # medium high priority") macro