Home
last modified time | relevance | path

Searched refs:SMC_FAST_CALL (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_smc.c64 KBASE_DEBUG_ASSERT(fid & ~SMC_FAST_CALL); in kbase_invoke_smc_fid()
79 fid |= SMC_FAST_CALL; /* Bit 31: Fast call */ in kbase_invoke_smc()
H A Dmali_kbase_smc.h29 #define SMC_FAST_CALL (1 << 31) macro
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_smc.c60 KBASE_DEBUG_ASSERT(fid & ~SMC_FAST_CALL); in kbase_invoke_smc_fid()
75 fid |= SMC_FAST_CALL; /* Bit 31: Fast call */ in kbase_invoke_smc()
H A Dmali_kbase_smc.h27 #define SMC_FAST_CALL (1 << 31) macro