Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dbarrier.h19 #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 Dtraps.h244 unsigned short isb; /* instruction stage b */ member
254 unsigned short isb; /* instruction stage b */ member
/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h141 #define isb() asm volatile("isb" : : : "memory") macro
/linux/fs/erofs/
H A Dfscache.c495 struct super_block *isb; in erofs_fscache_acquire_cookie() local
/linux/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c974 u8 isb = supported_devices->info_2d1.asIntSrcInfo[i].ucIntSrcBitmap; in radeon_get_atom_connector_info_from_supported_devices_table() local