Go to the documentation of this file.
13 #include <linux/kernel.h>
14 #include <linux/compiler.h>
15 #include <asm/exceptions.h>
24 #define get_single_pvr(pvrid, val) \
26 register unsigned tmp __asm__("r3"); \
28 __asm__ __volatile__ ( \
29 "mfs %0, rpvr" #pvrid ";" \
30 : "=r" (tmp) : : "memory"); \
57 pr_debug(
"%s: pvr0 is 0x%08x\n", __func__, pvr0);