Searched defs:isb (Results 1 – 4 of 4) sorted by relevance
/linux/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
|
/linux/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
|
/linux/fs/erofs/ |
H A D | fscache.c | 495 struct super_block *isb; in erofs_fscache_acquire_cookie() local
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_atombios.c | 974 u8 isb = supported_devices->info_2d1.asIntSrcInfo[i].ucIntSrcBitmap; in radeon_get_atom_connector_info_from_supported_devices_table() local
|