Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dmemory.h293 #define __tag_shifted(tag) ((u64)(tag) << 56) macro
297 #define __tag_shifted(tag) 0UL macro
304 u64 __addr = (u64)addr & ~__tag_shifted(0xff); in __tag_set()
305 return (const void *)(__addr | __tag_shifted(tag)); in __tag_set()