Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dcache.h16 #define CLIDR_LOC(clidr) (((clidr) >> CLIDR_LOC_SHIFT) & 0x7) macro
119 if (CLIDR_LOC(clidr) == 0 || in read_cpuid_effective_cachetype()
/openbmc/linux/arch/arm64/kvm/
H A Dsys_regs.c1766 u64 idc = !CLIDR_LOC(val) || (!CLIDR_LOUIS(val) && !CLIDR_LOUU(val)); in set_clidr()