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

/linux-master/arch/arm64/include/asm/
H A Dmemory.h291 #define __tag_shifted(tag) ((u64)(tag) << 56) macro
295 #define __tag_shifted(tag) 0UL macro
302 u64 __addr = (u64)addr & ~__tag_shifted(0xff);
303 return (const void *)(__addr | __tag_shifted(tag));

Completed in 200 milliseconds