Home
last modified time | relevance | path

Searched defs:isb (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/arch/arm/include/asm/ !
Dsystem.h136 #define isb() __asm__ __volatile__ ("isb" : : : "memory") macro
140 #define isb() __asm__ __volatile__ ("mcr p15, 0, %0, c7, c5, 4" \ macro
147 #define isb() __asm__ __volatile__ ("mcr p15, 0, %0, c7, c5, 4" \ macro
153 #define isb() __asm__ __volatile__ ("" : : : "memory") macro
/linux-3.3/arch/unicore32/include/asm/ !
Dsystem.h63 #define isb() __asm__ __volatile__ ("" : : : "memory") macro
/linux-3.3/arch/m68k/include/asm/ !
Dtraps.h244 unsigned short isb; /* instruction stage b */ member
254 unsigned short isb; /* instruction stage b */ member
/linux-3.3/drivers/gpu/drm/radeon/ !
Dradeon_atombios.c971 u8 isb = supported_devices->info_2d1.asIntSrcInfo[i].ucIntSrcBitmap; in radeon_get_atom_connector_info_from_supported_devices_table() local