Searched full:selector (Results 1 – 10 of 10) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | stsi.c | 80 report(stsi(pagebuf, 1, 0, 1) == 3, "invalid selector 1"); in test_fc() 81 report(stsi(pagebuf, 1, 1, 0) == 3, "invalid selector 2"); in test_fc()
|
H A D | topology.c | 191 * @sel2: stsi selector 2 value 242 * @sel2: the selector giving the topology level to check 402 * @sel2: the selector giving the topology level to check 417 report_skip("Selector 2 not supported by architecture"); in check_sysinfo_15_1_x() 496 /* STSI selector 2 can takes values between 2 and 6 */ in test_stsi()
|
/kvm-unit-tests/x86/ |
H A D | svm.c | 126 static void vmcb_set_seg(struct vmcb_seg *seg, u16 selector, in vmcb_set_seg() argument 129 seg->selector = selector; in vmcb_set_seg()
|
H A D | svm.h | 161 u16 selector; member
|
H A D | emulator64.c | 450 * if the check fails, the segment selector becomes null. in test_iret()
|
H A D | vmx_tests.c | 913 /* LTR causes a #GP if done with a busy selector, so it is not tested. */ 3198 .selector = KERNEL_CS32, in try_compat_invvpid() 7643 * 1. In the selector field for each of CS, SS, DS, ES, FS, GS and TR, the 7645 * 2. The selector fields for CS and TR cannot be 0000H. 7646 * 3. The selector field for SS cannot be 0000H if the "host address-space 7915 * The following checks are done on the Selector field of the Guest Segment 7921 * the RPL of the selector field for CS. 8287 report(ldtr == NP_SEL, "Expected %x for L2 LDTR selector (got %x)", in vmx_ldtr_test_guest() 8318 report(!sel, "Expected 0 for L1 LDTR selector (got %x)", sel); in vmx_ldtr_test()
|
/kvm-unit-tests/lib/x86/ |
H A D | desc.h | 5 * selector 32-bit 64-bit 183 unsigned short selector; member
|
H A D | desc.c | 73 e->selector = sel; in set_desc_entry() 100 e->selector = sel; in set_idt_sel() 395 e->selector = sel; in set_idt_task_gate()
|
H A D | amd_sev.c | 115 vc_handler_idt.selector = KERNEL_CS; in setup_amd_sev_es()
|
H A D | processor.h | 333 u16 selector; member 989 .selector = KERNEL_CS32, in generate_of()
|