Searched refs:RAC_ENABLED (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | cache-b15-rac.c | 45 #define RAC_ENABLED 0 macro 114 do_flush = test_bit(RAC_ENABLED, &b15_rac_flags); \ 168 clear_bit(RAC_ENABLED, &b15_rac_flags); in b15_rac_reboot_notifier() 195 * It is protected by the RAC_ENABLED flag which is cleared by default, and 199 * RAC_ENABLED: 203 * set RAC_ENABLED 228 __clear_bit(RAC_ENABLED, &b15_rac_flags); in b15_rac_dying_cpu() 251 __set_bit(RAC_ENABLED, &b15_rac_flags); in b15_rac_dead_cpu() 358 set_bit(RAC_ENABLED, &b15_rac_flags); in b15_rac_init()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-b15-rac.c | 45 #define RAC_ENABLED 0 macro 114 do_flush = test_bit(RAC_ENABLED, &b15_rac_flags); \ 168 clear_bit(RAC_ENABLED, &b15_rac_flags); in b15_rac_reboot_notifier() 195 * It is protected by the RAC_ENABLED flag which is cleared by default, and 199 * RAC_ENABLED: 203 * set RAC_ENABLED 228 __clear_bit(RAC_ENABLED, &b15_rac_flags); in b15_rac_dying_cpu() 251 __set_bit(RAC_ENABLED, &b15_rac_flags); in b15_rac_dead_cpu() 358 set_bit(RAC_ENABLED, &b15_rac_flags); in b15_rac_init()
|
Completed in 2 milliseconds