Lines Matching refs:inst
226 #define efi_table_attr(inst, attr) \
228 ? inst->attr \
229 : (__typeof__(inst->attr)) \
230 efi_mixed_mode_cast(inst->mixed_mode.attr))
311 #define __efi64_thunk_map(inst, func, ...) \
312 efi64_thunk(inst->mixed_mode.func, \
326 #define efi_call_proto(inst, func, ...) \
328 ? inst->func(inst, ##__VA_ARGS__) \
329 : __efi64_thunk_map(inst, func, inst, ##__VA_ARGS__))