Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Desi_stub.S31 IA64_PSR_DD | IA64_PSR_SS | IA64_PSR_RI | IA64_PSR_ED | \
H A Defi_stub.S28 IA64_PSR_DD | IA64_PSR_SS | IA64_PSR_RI | IA64_PSR_ED | \
H A Dptrace.c46 | IA64_PSR_ID | IA64_PSR_DD | IA64_PSR_RI)
1399 if ((tmp & IA64_PSR_RI) == IA64_PSR_RI) in access_elf_areg()
1400 tmp &= ~IA64_PSR_RI; in access_elf_areg()
H A Dpal.S142 IA64_PSR_DD | IA64_PSR_SS | IA64_PSR_RI | IA64_PSR_ED | \
/openbmc/linux/arch/ia64/include/asm/
H A Dkregs.h109 #define IA64_PSR_RI (__IA64_UL(3) << IA64_PSR_RI_BIT) macro
H A Dprocessor.h298 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_RI | IA64_PSR_IS)); \