Searched refs:seg_not_present (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/tools/testing/selftests/x86/ |
D | ldt_gdt.c | 194 !desc->seg_not_present) { in install_valid() 254 .seg_not_present = 0, in do_simple_tests() 279 desc.seg_not_present = 1; in do_simple_tests() 383 desc.seg_not_present = 1; in do_simple_tests() 386 desc.seg_not_present = 0; in do_simple_tests() 391 desc.seg_not_present = 1; in do_simple_tests() 405 desc.seg_not_present = 0; in do_simple_tests() 580 .seg_not_present = 0, in do_multicpu_tests() 649 .seg_not_present = 0, in do_exec_test() 711 low_user_desc->seg_not_present = 0; in setup_low_user_desc() [all …]
|
D | sigreturn.c | 202 .seg_not_present = 0, in setup_ldt() 215 .seg_not_present = 0, in setup_ldt() 228 .seg_not_present = 1, in setup_ldt() 241 .seg_not_present = 1, in setup_ldt() 254 .seg_not_present = 0, in setup_ldt() 279 .seg_not_present = 1, in setup_ldt()
|
D | fsgsbase.c | 227 .seg_not_present = 0, in do_unexpected_base()
|
/Linux-v4.19/arch/x86/um/asm/ |
D | mm_context.h | 46 (((info)->seg_not_present ^ 1) << 15) | \ 59 (info)->seg_not_present == 1 && \
|
D | desc.h | 14 (info)->seg_not_present == 1 && \
|
/Linux-v4.19/arch/x86/include/uapi/asm/ |
D | ldt.h | 29 unsigned int seg_not_present:1; member
|
/Linux-v4.19/arch/x86/um/shared/sysdep/ |
D | tls.h | 19 unsigned int seg_not_present:1; member
|
/Linux-v4.19/arch/x86/include/asm/ |
D | desc.h | 29 desc->p = info->seg_not_present ^ 1; in fill_ldt() 345 (info)->seg_not_present == 1 && \ 357 info->seg_not_present == 0 && in LDT_zero()
|
/Linux-v4.19/arch/x86/kernel/ |
D | tls.c | 77 if (info->seg_not_present) in tls_desc_okay() 212 info->seg_not_present = !desc->p; in fill_user_desc()
|
D | ldt.c | 470 if (ldt_info.seg_not_present == 0) in write_ldt()
|
/Linux-v4.19/arch/x86/um/ |
D | tls_32.c | 87 info->seg_not_present = 1; in clear_user_desc()
|
D | ldt.c | 143 if (ldt_info.seg_not_present == 0) in write_ldt()
|