Searched refs:__SYNC_full (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | sync.h | 53 #define __SYNC_full 0x00 macro 60 #define __SYNC_aq __SYNC_full 61 #define __SYNC_rl __SYNC_full 62 #define __SYNC_mb __SYNC_full 73 # define __SYNC_rmb __SYNC_full 74 # define __SYNC_wmb __SYNC_full
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | sync.h | 53 #define __SYNC_full 0x00 macro 60 #define __SYNC_aq __SYNC_full 61 #define __SYNC_rl __SYNC_full 62 #define __SYNC_mb __SYNC_full 73 # define __SYNC_rmb __SYNC_full 74 # define __SYNC_wmb __SYNC_full
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | pm-cps.c | 310 uasm_i_sync(pp, __SYNC_full); in cps_gen_flush_fsb() 476 uasm_i_sync(&p, __SYNC_full); in cps_gen_entry_code() 490 uasm_i_sync(&p, __SYNC_full); in cps_gen_entry_code() 537 uasm_i_sync(&p, __SYNC_full); in cps_gen_entry_code() 575 uasm_i_sync(&p, __SYNC_full); in cps_gen_entry_code()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | pm-cps.c | 310 uasm_i_sync(pp, __SYNC_full); in cps_gen_flush_fsb() 476 uasm_i_sync(&p, __SYNC_full); in cps_gen_entry_code() 490 uasm_i_sync(&p, __SYNC_full); in cps_gen_entry_code() 537 uasm_i_sync(&p, __SYNC_full); in cps_gen_entry_code() 575 uasm_i_sync(&p, __SYNC_full); in cps_gen_entry_code()
|
Completed in 3 milliseconds