Searched defs:isb (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | barrier.h | 16 #define isb(option) __asm__ __volatile__ ("isb " #option : : : "memory")  macro20 #define isb(x) __asm__ __volatile__ ("mcr p15, 0, %0, c7, c5, 4" \  macro
 27 #define isb(x) __asm__ __volatile__ ("mcr p15, 0, %0, c7, c5, 4" \  macro
 33 #define isb(x) __asm__ __volatile__ ("" : : : "memory")  macro
 
 | 
| /linux-4.4.14/arch/unicore32/include/asm/ | 
| D | barrier.h | 13 #define isb() __asm__ __volatile__ ("" : : : "memory")  macro
 | 
| /linux-4.4.14/arch/arm64/include/asm/ | 
| D | barrier.h | 27 #define isb()		asm volatile("isb" : : : "memory")  macro
 | 
| /linux-4.4.14/arch/m68k/include/asm/ | 
| D | traps.h | 244 		    unsigned short isb;      /* instruction stage b */  member254 		    unsigned short isb;     /* instruction stage b */  member
 
 | 
| /linux-4.4.14/drivers/gpu/drm/radeon/ | 
| D | radeon_atombios.c | 983 			u8 isb = supported_devices->info_2d1.asIntSrcInfo[i].ucIntSrcBitmap;  in radeon_get_atom_connector_info_from_supported_devices_table()  local
 |