Home
last modified time | relevance | path

Searched refs:local_ctl_clear_bit (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/kernel/
H A Dguarded_storage.c46 local_ctl_clear_bit(2, CR2_GUARDED_STORAGE_BIT); in gs_disable()
H A Dperf_pai.c542 local_ctl_clear_bit(0, CR0_CRYPTOGRAPHY_COUNTER_BIT); in pai_del()
546 local_ctl_clear_bit(0, CR0_PAI_EXTENSION_BIT); in pai_del()
/linux/arch/s390/include/asm/
H A Dctlreg.h155 static __always_inline struct ctlreg local_ctl_clear_bit(unsigned int cr, unsigned int bit) in local_ctl_clear_bit() function