Lines Matching refs:__addr
212 u64 __addr = (__force u64)(addr); \
213 __addr &= __untagged_addr(__addr); \
214 (__force __typeof__(addr))__addr; \
229 u64 __addr = (u64)addr & ~__tag_shifted(0xff); in __tag_set() local
230 return (const void *)(__addr | __tag_shifted(tag)); in __tag_set()
314 u64 __addr = PAGE_OFFSET + (__idx * PAGE_SIZE); \
315 (void *)__tag_set((const void *)__addr, page_kasan_tag(__page));\
320 u64 __addr = VMEMMAP_START + (__idx * sizeof(struct page)); \
321 (struct page *)__addr; \
326 __typeof__(addr) __addr = addr; \
327 __is_lm_address(__addr) && pfn_valid(virt_to_pfn(__addr)); \