Home
last modified time | relevance | path

Searched refs:CR0_TRANSACTIONAL_EXECUTION_BIT (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/s390/include/asm/
Dctlreg.h13 #define CR0_TRANSACTIONAL_EXECUTION_BIT (63 - 8) macro
37 #define CR0_TRANSACTIONAL_EXECUTION BIT(CR0_TRANSACTIONAL_EXECUTION_BIT)
/linux-6.12.1/arch/s390/kernel/
Dearly.c249 system_ctl_set_bit(0, CR0_TRANSACTIONAL_EXECUTION_BIT); in detect_machine_facilities()