Searched refs:__ALT_PTR (Results 1 – 1 of 1) sorted by relevance
30 #define __ALT_PTR(a,f) (u32 *)((void *)&(a)->f + (a)->f) macro31 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset)32 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset)