Searched refs:call32_from_64 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | thunks.S | 12 .global call32_from_64 13 .type call32_from_64, @function 14 call32_from_64: label 59 .size call32_from_64, .-call32_from_64
|
H A D | sysret_ss_attrs.c | 36 extern unsigned long call32_from_64(void *stack, void (*function)(void)); 93 call32_from_64(stack32 + 4088, test_ss); in main()
|
H A D | thunks_32.S | 14 .type call32_from_64, @function
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | thunks.S | 12 .global call32_from_64 13 .type call32_from_64, @function 14 call32_from_64: label 59 .size call32_from_64, .-call32_from_64
|
H A D | sysret_ss_attrs.c | 36 extern unsigned long call32_from_64(void *stack, void (*function)(void)); 93 call32_from_64(stack32 + 4088, test_ss); in main()
|
H A D | thunks_32.S | 14 .type call32_from_64, @function
|
Completed in 2 milliseconds