Searched refs:__asmeq (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_smc.c | 30 #ifndef __asmeq 38 #define __asmeq(x, y) ".ifnc " x "," y " ; .err ; .endif\n\t" macro 50 __asmeq("%0", "x0") in invoke_smc_fid() 51 __asmeq("%1", "x1") in invoke_smc_fid() 52 __asmeq("%2", "x2") in invoke_smc_fid() 53 __asmeq("%3", "x3") in invoke_smc_fid()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_smc.c | 26 #ifndef __asmeq 34 #define __asmeq(x, y) ".ifnc " x "," y " ; .err ; .endif\n\t" macro 46 __asmeq("%0", "x0") in invoke_smc_fid() 47 __asmeq("%1", "x1") in invoke_smc_fid() 48 __asmeq("%2", "x2") in invoke_smc_fid() 49 __asmeq("%3", "x3") in invoke_smc_fid()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-bcm/ |
| H A D | bcm_kona_smc.c | 124 __asmeq("%0", "ip") in bcm_kona_do_smc() 125 __asmeq("%1", "r0") in bcm_kona_do_smc() 126 __asmeq("%2", "r4") in bcm_kona_do_smc() 127 __asmeq("%3", "r5") in bcm_kona_do_smc() 128 __asmeq("%4", "r6") in bcm_kona_do_smc()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | div64.h | 39 asm( __asmeq("%0", __xh) in __div64_32() 40 __asmeq("%1", "r2") in __div64_32() 41 __asmeq("%2", "r0") in __div64_32() 42 __asmeq("%3", "r4") in __div64_32()
|
| H A D | uaccess.h | 162 __asmeq("%0", "r0") __asmeq("%1", "r2") \ 163 __asmeq("%3", "r1") \ 184 __asmeq("%0", "r0") __asmeq("%1", "r2") \ 185 __asmeq("%3", "r1") \ 256 __asmeq("%0", "r0") __asmeq("%2", "r2") \ 257 __asmeq("%3", "r1") \
|
| H A D | compiler.h | 15 #define __asmeq(x, y) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | trusted_foundations.c | 45 __asmeq("%0", "r0") in tf_generic_smc() 46 __asmeq("%1", "r1") in tf_generic_smc() 47 __asmeq("%2", "r2") in tf_generic_smc()
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | uaccess.h | 15 #define __asmeq(x, y) ".ifnc " x "," y " ; .err ; .endif\n\t" macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | system.h | 350 #define __asmeq(x, y) ".ifnc " x "," y " ; .err ; .endif\n\t" macro
|