Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dmemory.h218 #define __tag_shifted(tag) ((u64)(tag) << 56) macro
222 #define __tag_shifted(tag) 0UL macro
229 u64 __addr = (u64)addr & ~__tag_shifted(0xff); in __tag_set()
230 return (const void *)(__addr | __tag_shifted(tag)); in __tag_set()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dmemory.h250 #define __tag_shifted(tag) ((u64)(tag) << 56) macro
254 #define __tag_shifted(tag) 0UL macro
261 u64 __addr = (u64)addr & ~__tag_shifted(0xff); in __tag_set()
262 return (const void *)(__addr | __tag_shifted(tag)); in __tag_set()

Completed in 2 milliseconds