Searched refs:txenable (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/metag/kernel/
H A Dsetup.c436 static const char *get_cpu_capabilities(unsigned int txenable) get_cpu_capabilities() argument
455 if (!(txenable & TXENABLE_CLASS_BITS)) get_cpu_capabilities()
465 unsigned int txenable, thread_id, major, minor; show_cpuinfo() local
474 txenable = __core_reg_get(TXENABLE); show_cpuinfo()
475 major = (txenable & TXENABLE_MAJOR_REV_BITS) >> TXENABLE_MAJOR_REV_S; show_cpuinfo()
476 minor = (txenable & TXENABLE_MINOR_REV_BITS) >> TXENABLE_MINOR_REV_S; show_cpuinfo()
477 thread_id = (txenable >> 8) & 0x3; show_cpuinfo()
482 txenable = core_reg_read(TXUCT_ID, TXENABLE_REGNUM, for_each_online_cpu()
494 get_cpu_capabilities(txenable)); for_each_online_cpu()
507 get_cpu_capabilities(txenable));

Completed in 62 milliseconds