Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dleon.h155 #define LEON_REGLOAD_PA(x) leon_load_reg((unsigned long)(x)+LEON_PREGS) macro
157 #define LEON_REGSTORE_OR_PA(x, v) LEON_REGSTORE_PA(x, LEON_REGLOAD_PA(x) | (unsigned long)(v))
158 #define LEON_REGSTORE_AND_PA(x, v) LEON_REGSTORE_PA(x, LEON_REGLOAD_PA(x) & (unsigned long)(v))