Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/include/asm/
H A Dspecial_insns.h12 #define implver() \ macro
19 #define implver() IMPLVER_EV4 macro
22 #define implver() IMPLVER_EV5 macro
25 #define implver() IMPLVER_EV6 macro
H A Dfpu.h77 if (implver() == IMPLVER_EV6) { in swcr_update_status()
H A Dxor.h866 (implver() == IMPLVER_EV6 ? &xor_block_alpha_prefetch : FASTEST)
H A Delf.h135 enum implver_enum i_ = implver(); \
/openbmc/qemu/target/alpha/
H A Dcpu.c156 cpu_env(CPU(obj))->implver = IMPLVER_2106x; in ev4_cpu_initfn()
161 cpu_env(CPU(obj))->implver = IMPLVER_21164; in ev5_cpu_initfn()
178 env->implver = IMPLVER_21264; in ev6_cpu_initfn()
H A Dcpu.h249 int implver; member
H A Dtranslate.c60 int implver; member
1737 tcg_gen_movi_i64(vc, ctx->implver); in translate_one()
2869 ctx->implver = env->implver; in alpha_tr_init_disas_context()
/openbmc/linux/arch/alpha/kernel/
H A Dtraps.c355 if (implver() == IMPLVER_EV4) { in do_entIF()
983 if (implver() == IMPLVER_EV4) in trap_init()