Searched defs:isb (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | barrier.h | 19 #define isb(option) __asm__ __volatile__ ("isb " #option : : : "memory") macro 29 #define isb(x) __asm__ __volatile__ ("mcr p15, 0, %0, c7, c5, 4" \ macro 36 #define isb(x) __asm__ __volatile__ ("mcr p15, 0, %0, c7, c5, 4" \ macro 42 #define isb(x) __asm__ __volatile__ ("" : : : "memory") macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | arm_user_sysreg.h | 19 static inline __noprof void isb(void) in isb() function
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | arm_user_sysreg.h | 19 static inline __noprof void isb(void) in isb() function
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | arm_user_sysreg.h | 19 static inline __noprof void isb(void) in isb() function
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | arm_user_sysreg.h | 19 static inline __noprof void isb(void) in isb() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | barriers.h | 47 #define isb() ISB macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | barrier.h | 21 #define isb() asm volatile("isb" : : : "memory") macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | traps.h | 244 unsigned short isb; /* instruction stage b */ member 254 unsigned short isb; /* instruction stage b */ member
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 127 #define isb() isync() macro
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | tunnel.c | 809 static void tb_dma_init_path(struct tb_path *path, unsigned int isb, in tb_dma_init_path()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_atombios.c | 977 u8 isb = supported_devices->info_2d1.asIntSrcInfo[i].ucIntSrcBitmap; in radeon_get_atom_connector_info_from_supported_devices_table() local
|