Searched defs:isb (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/unicore32/include/asm/
H A Dbarrier.h13 #define isb() __asm__ __volatile__ ("" : : : "memory") macro
/linux-4.4.14/arch/arm64/include/asm/
H A Dbarrier.h27 #define isb() asm volatile("isb" : : : "memory") macro
/linux-4.4.14/arch/arm/include/asm/
H A Dbarrier.h16 #define isb(option) __asm__ __volatile__ ("isb " #option : : : "memory") macro
20 #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
H A Dassembler.h452 .macro uaccess_disable, tmp, isb=1 variable
466 .macro uaccess_enable, tmp, isb=1 variable
/linux-4.4.14/arch/m68k/include/asm/
H A Dtraps.h244 unsigned short isb; /* instruction stage b */ member in struct:frame::__anon1814::__anon1820
254 unsigned short isb; /* instruction stage b */ member in struct:frame::__anon1814::__anon1821
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c983 u8 isb = supported_devices->info_2d1.asIntSrcInfo[i].ucIntSrcBitmap; radeon_get_atom_connector_info_from_supported_devices_table() local

Completed in 325 milliseconds