Searched refs:gs (Results 101 - 122 of 122) sorted by relevance

12345

/linux-master/arch/x86/entry/
H A Dentry_32.S23 * 28(%esp) - unused -- was %gs on old stackprotector kernels
130 * 1*4(%esp) - gs / function
142 * 9*4(%esp) - gap / gs / function
150 * 1*4(%esp) - gs / function
161 pushl 7*4(%esp) # gs / function
168 * We're called with %ds, %es, %fs, and %gs from the interrupted
271 4: addl $(4 + \pop), %esp /* pop the unused "gs" slot */
1032 /* the function address is in %gs's slot on the stack */
/linux-master/arch/x86/include/asm/
H A Dhyperv-tlfs.h769 struct hv_x64_segment_register gs; member in struct:hv_init_vp_context
H A Dpercpu.h6 #define __percpu_seg gs
/linux-master/drivers/usb/gadget/
H A Dcomposite.c1434 struct usb_gadget_strings *gs; local
1455 gs = gs_array[n_gs];
1457 gs->language = sp[n_gs]->language;
1458 gs->strings = stash;
/linux-master/arch/x86/kernel/
H A Dapm_32.c551 savesegment(fs, saved_fs); savesegment(gs, saved_gs)
553 loadsegment(fs, saved_fs); loadsegment(gs, saved_gs)
H A Dsev.c1044 vmsa->gs = vmsa->ds;
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c89 segment_dump(stream, &sregs->gs, indent + 2);
1165 kvm_seg_set_kernel_data_64bit(NULL, DEFAULT_DATA_SELECTOR, &sregs.gs);
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c1303 init_seg(&save->gs);
1695 case VCPU_SREG_GS: return &save01->gs;
3383 "gs:",
3384 save01->gs.selector, save01->gs.attrib,
3385 save01->gs.limit, save01->gs.base);
H A Dnested.c954 to_vmcb->save.gs = from_vmcb->save.gs;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c2492 u8 gs = 0x5b; local
2497 "[DPK] Fill txagc/ pwsf/ gs = 0x%x/ 0x%x/ 0x%x\n", txagc,
2498 pwsf, gs);
2511 dpk->bp[path][kidx].gs = gs;
H A Drtw8852b_rfk.c2383 u8 gs = dpk->dpk_gs[phy]; local
2389 "[DPK] Fill txagc/ pwsf/ gs = 0x%x/ 0x%x/ 0x%x\n", txagc,
2390 pwsf, gs);
2403 dpk->bp[path][kidx].gs = gs;
H A Drtw8851b_rfk.c2383 dpk->bp[path][kidx].gs =
H A Drtw8852c_rfk.c2582 dpk->bp[path][kidx].gs =
H A Dfw.h4430 u8 gs[2]; member in struct:rtw89_c2h_rf_dpk_rpt_log
H A Dcore.h4461 u8 gs; member in struct:rtw89_dpk_bkup_para
H A Dphy.c2664 "DPK txagc:%2ph ther:%2ph gs:%2ph dc_i:%4ph dc_q:%4ph\n",
2665 dpk->txagc, dpk->ther, dpk->gs, dpk->dc_i, dpk->dc_q);
/linux-master/arch/s390/kvm/
H A Dinterrupt.c624 if (!rc && mci.gs && ext_sa_addr && test_kvm_facility(vcpu->kvm, 133)
628 mci.gs = 0;
630 mci.gs = 0;
/linux-master/drivers/s390/scsi/
H A Dzfcp_erp.c908 zfcp_fc_wka_ports_force_offline(adapter->gs);
/linux-master/scripts/
H A Dcheckpatch.pl4370 my @newlines = ($c =~ /\n/gs);
4376 $s =~ s/\n./\n/gs;
5722 my @newlines = ($c =~ /\n/gs);
/linux-master/arch/x86/kvm/
H A Demulate.c2799 tss->gs = get_segment_selector(ctxt, VCPU_SREG_GS);
2834 set_segment_selector(ctxt, tss->gs, VCPU_SREG_GS);
2877 ret = __load_segment_descriptor(ctxt, tss->gs, VCPU_SREG_GS, cpl,
H A Dx86.c11547 kvm_get_segment(vcpu, &sregs->gs, VCPU_SREG_GS);
11787 kvm_set_segment(vcpu, &sregs->gs, VCPU_SREG_GS);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c1315 * Set host fs and gs selectors. Unfortunately, 22.2.3 does not
1333 savesegment(gs, gs_sel);
1341 savesegment(gs, gs_sel);
1369 loadsegment(gs, host_state->gs_sel);

Completed in 614 milliseconds

12345