Searched refs:uwinmask (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | thread_info_32.h | 29 unsigned long uwinmask; member 59 .uwinmask = 0, \ 84 #define TI_UWINMASK 0x00 /* uwinmask */
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | thread_info_32.h | 29 unsigned long uwinmask; member 59 .uwinmask = 0, \ 84 #define TI_UWINMASK 0x00 /* uwinmask */
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | traps_32.c | 371 if (TI_UWINMASK != offsetof(struct thread_info, uwinmask) ||
|
H A D | wof.S | 66 /* Datum current_thread_info->uwinmask contains at all times a bitmask 103 andn %twin_tmp, %glob_tmp, %twin_tmp ! compute new uwinmask
|
H A D | entry.S | 1239 wr %o4, 0x0, %psr ! the uwinmask state 1254 st %g0, [%g6 + TI_UWINMASK] ! clear uwinmask
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | traps_32.c | 371 if (TI_UWINMASK != offsetof(struct thread_info, uwinmask) ||
|
H A D | wof.S | 66 /* Datum current_thread_info->uwinmask contains at all times a bitmask 103 andn %twin_tmp, %glob_tmp, %twin_tmp ! compute new uwinmask
|
H A D | entry.S | 1237 wr %o4, 0x0, %psr ! the uwinmask state 1252 st %g0, [%g6 + TI_UWINMASK] ! clear uwinmask
|
Completed in 9 milliseconds