Home
last modified time | relevance | path

Searched defs:if (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm281 if SINGLE_STEP_MISSED_WORKAROUND label
522 if SAVE_AFTER_XNACK_ERROR label
573 if SAVE_AFTER_XNACK_ERROR label
651 if SAVE_AFTER_XNACK_ERROR label
696 if SAVE_AFTER_XNACK_ERROR label
H A Dcwsr_trap_handler_gfx10.asm1224 if S_TRAPSTS_RESTORE_PART_3_SIZE > 0 label
/linux/include/linux/
H A Dcompiler.h55 #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) macro