Searched defs:loc (Results 1 – 3 of 3) sorted by relevance
55 uint8_t loc, cache_type, cache_level, set_shift, way_shift; in dcache_all() local
382 #define RW0PS(loc, val) (((val) & 0x1F) << ((loc) * 5)) /* Ref Word 0 - loc is the phase info … argument383 #define RW1PS(loc, val) (((val) & 0x1F) << (((loc) * 5) - 32)) /* Ref Word 1 - loc is the phas… argument384 #define RW2PS(loc, val) (((val) & 0x1F) << (((loc) * 5) - 64)) /* Ref Word 2 - loc is the phas… argument
3260 def try_set_locale(loc): argument