Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Dkregs.h79 #define IA64_PSR_BITS_TO_SET (IA64_PSR_DFH | IA64_PSR_SP)
91 #define IA64_PSR_DFH (__IA64_UL(1) << IA64_PSR_DFH_BIT) macro
H A Dprocessor.h405 #define ia64_fph_enable() do { ia64_rsm(IA64_PSR_DFH); ia64_srlz_d(); } while (0)
406 #define ia64_fph_disable() do { ia64_ssm(IA64_PSR_DFH); ia64_srlz_d(); } while (0)
/openbmc/linux/arch/ia64/kernel/
H A Defi_stub.S29 IA64_PSR_DFL | IA64_PSR_DFH)
H A Desi_stub.S32 IA64_PSR_DFL | IA64_PSR_DFH)
H A Dpal.S143 IA64_PSR_DFL | IA64_PSR_DFH)
H A Dhead.S262 movl r16=(IA64_PSR_IT|IA64_PSR_IC|IA64_PSR_DT|IA64_PSR_RT|IA64_PSR_DFH|IA64_PSR_BN \