Searched refs:_ASM_EXTABLE_UA (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/lib/ |
| H A D | copy_user_64.S | 55 _ASM_EXTABLE_UA( 0b, .Lexit) 56 _ASM_EXTABLE_UA( 1b, .Lexit) 70 _ASM_EXTABLE_UA( 2b, .Lcopy_user_tail) 71 _ASM_EXTABLE_UA( 3b, .Lcopy_user_tail) 77 _ASM_EXTABLE_UA( 0b, 1b) 84 _ASM_EXTABLE_UA( 0b, .Lcopy_user_tail) 85 _ASM_EXTABLE_UA( 1b, .Lcopy_user_tail) 110 _ASM_EXTABLE_UA( 0b, 1b)
|
| H A D | csum-copy_64.S | 31 _ASM_EXTABLE_UA(10b, .Lfault) 36 _ASM_EXTABLE_UA(20b, .Lfault)
|
| /linux/arch/x86/include/asm/ |
| H A D | uaccess_64.h | 131 _ASM_EXTABLE_UA(1b, 2b) in copy_user_generic() 193 _ASM_EXTABLE_UA(1b, 2b) in __clear_user()
|
| H A D | asm.h | 231 #define _ASM_EXTABLE_UA(from, to) \ macro
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | asm.h | 126 # define _ASM_EXTABLE_UA(from, to) \ 158 # define _ASM_EXTABLE_UA(from, to) \ macro
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 3781 _ASM_EXTABLE_UA(1b, 2b) in record_steal_time()
|