Home
last modified time | relevance | path

Searched refs:__ALT_PTR (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/asm-arm/
A Dalternative.h23 #define __ALT_PTR(a,f) ((void *)&(a)->f + (a)->f) macro
24 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset)
25 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset)
/xen/xen/include/asm-x86/
A Dalternative.h21 #define __ALT_PTR(a,f) ((uint8_t *)((void *)&(a)->f + (a)->f)) macro
22 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset)
23 #define ALT_REPL_PTR(a) __ALT_PTR(a, repl_offset)

Completed in 4 milliseconds