Searched refs:HIGH_BITS (Results 1 – 3 of 3) sorted by relevance
23 #define HIGH_BITS (64 - VMA_BITS) macro29 ((((mem) << HIGH_BITS) >> (HIGH_BITS + (SHADOW_SCALE))) + (SHADOW_OFFSET))
173 #define HIGH_BITS(x) ((sizeof(x) > 4) ? ((x) >> 32) : (typeof(x))0) macro209 addresses[0] = cpu_to_fdt32(HIGH_BITS(base)); in fdt_add_reserved_memory()
645 ; GCN: v_mov_b32_e32 [[HIGH_BITS:v[0-9]+]], 0646 ; GCN: ds_write_b32 {{v[0-9]+}}, [[HIGH_BITS]]647 ; GCN-NEXT: ds_write_b32 {{v[0-9]+}}, [[HIGH_BITS]]