Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dkregs.h78 #define IA64_PSR_BITS_TO_SET (IA64_PSR_DFH | IA64_PSR_SP)
90 #define IA64_PSR_DFH (__IA64_UL(1) << IA64_PSR_DFH_BIT) macro
Dprocessor.h449 #define ia64_fph_enable() do { ia64_rsm(IA64_PSR_DFH); ia64_srlz_d(); } while (0)
450 #define ia64_fph_disable() do { ia64_ssm(IA64_PSR_DFH); ia64_srlz_d(); } while (0)
/arch/ia64/kernel/
Defi_stub.S28 IA64_PSR_DFL | IA64_PSR_DFH)
Desi_stub.S31 IA64_PSR_DFL | IA64_PSR_DFH)
Dpal.S139 IA64_PSR_DFL | IA64_PSR_DFH)
Dhead.S261 movl r16=(IA64_PSR_IT|IA64_PSR_IC|IA64_PSR_DT|IA64_PSR_RT|IA64_PSR_DFH|IA64_PSR_BN \