Searched refs:ccd (Results 1 – 5 of 5) sorted by relevance
58 if (!get_lowcore()->ccd) in pai_kernel_enter()62 WRITE_ONCE(get_lowcore()->ccd, get_lowcore()->ccd | PAI_CRYPTO_KERNEL_OFFSET); in pai_kernel_enter()71 if (!get_lowcore()->ccd) in pai_kernel_exit()75 WRITE_ONCE(get_lowcore()->ccd, get_lowcore()->ccd & ~PAI_CRYPTO_KERNEL_OFFSET); in pai_kernel_exit()
208 __u64 ccd; /* 0x1500 */ member
206 bool bcs, ccd; in cpu_show_spectre_v2() local211 ccd = security_ftr_enabled(SEC_FTR_COUNT_CACHE_DISABLED); in cpu_show_spectre_v2()213 if (bcs || ccd) { in cpu_show_spectre_v2()219 if (bcs && ccd) in cpu_show_spectre_v2()222 if (ccd) in cpu_show_spectre_v2()237 if (bcs || ccd || count_cache_flush_type != BRANCH_CACHE_FLUSH_NONE) { in cpu_show_spectre_v2()
370 unsigned long ccd; in paicrypt_add() local373 ccd = virt_to_phys(cpump->page) | PAI_CRYPTO_KERNEL_OFFSET; in paicrypt_add()374 WRITE_ONCE(get_lowcore()->ccd, ccd); in paicrypt_add()411 WRITE_ONCE(get_lowcore()->ccd, 0); in paicrypt_del()
718 ccd cih RIL_RI
Completed in 12 milliseconds