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

12345

/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c232 void zfcp_fc_wka_ports_force_offline(struct zfcp_fc_wka_ports *gs) argument
234 if (!gs)
236 zfcp_fc_wka_port_force_offline(&gs->ms);
237 zfcp_fc_wka_port_force_offline(&gs->ts);
238 zfcp_fc_wka_port_force_offline(&gs->ds);
239 zfcp_fc_wka_port_force_offline(&gs->as);
406 ret = zfcp_fsf_send_ct(&adapter->gs->ds, &fc_req->ct_els,
433 ret = zfcp_fc_wka_port_get(&adapter->gs->ds);
439 zfcp_fc_wka_port_put(&adapter->gs->ds);
708 ret = zfcp_fsf_send_ct(&adapter->gs
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgp102.c61 const u32 gs = gfxp * gr->ppc_tpc_max; local
69 gf100_grctx_patch_wr32(chan, o + 0xc0, gs);
73 bo += gs;
H A Dctxgv100.c83 const u32 gs = gfxp * gr->ppc_tpc_max; local
90 gf100_grctx_patch_wr32(chan, o + 0xc0, gs);
93 bo += gs;
/linux-master/scripts/gcc-plugins/
H A Dgcc-common.h161 inline bool is_a_helper<const gassign *>::test(const_gimple gs) argument
163 return gs->code == GIMPLE_ASSIGN;
319 inline bool is_a_helper<const ggoto *>::test(const_gimple gs) argument
321 return gs->code == GIMPLE_GOTO;
326 inline bool is_a_helper<const greturn *>::test(const_gimple gs) argument
328 return gs->code == GIMPLE_RETURN;
/linux-master/drivers/clk/rockchip/
H A Dclk.h551 df, go, gs, gf) \
567 .gate_shift = gs, \
572 mf, do, ds, dw, df, go, gs, gf) \
589 .gate_shift = gs, \
594 go, gs, gf) \
607 .gate_shift = gs, \
612 df, dt, go, gs, gf) \
626 .gate_shift = gs, \
631 go, gs, gf) \
644 .gate_shift = gs, \
[all...]
/linux-master/arch/x86/include/asm/xen/
H A Dinterface_32.h69 uint16_t gs, _pad5; member in struct:cpu_user_regs
H A Dinterface_64.h53 #define SEGBASE_GS_USER_SEL 3 /* Set user %gs specified in base[15:0] */
127 uint16_t gs, _pad6[3]; /* Non-zero => takes precedence over gs_base_usr. */ member in struct:cpu_user_regs
/linux-master/arch/x86/kvm/
H A Dtss.h29 u32 gs; member in struct:tss_segment_32
H A Dsmm.h40 struct kvm_smm_seg_state_32 gs; member in struct:kvm_smram_state_32
85 struct kvm_smm_seg_state_64 gs; member in struct:kvm_smram_state_64
/linux-master/arch/x86/include/asm/
H A Duser32.h39 unsigned short fs, __fs, gs, __gs; member in struct:user_regs_struct32
H A Dvm86.h28 unsigned short gs, __gsh; member in struct:kernel_vm86_regs
/linux-master/include/uapi/video/
H A Duvesafb.h23 __u16 gs; member in struct:v86_regs
/linux-master/arch/x86/include/uapi/asm/
H A Dvm86.h90 unsigned short gs, __gsh; member in struct:vm86_regs
H A Dsigcontext.h203 __u16 gs, __gsh; member in struct:sigcontext_32
258 __u16 gs; member in struct:sigcontext_64
301 __u16 gs, __gsh; member in struct:sigcontext
348 * Linux saved and restored fs and gs in these slots. This
354 * - Some DOSEMU versions stash fs and gs in these slots manually,
366 * If the kernel ever adds explicit fs, gs, fsbase, and gsbase
370 __u16 gs; member in struct:sigcontext
/linux-master/arch/x86/kernel/
H A Drethook.c74 regs->gs = 0;
H A Dptrace.c107 REG_OFFSET_NAME(gs),
189 if (offset != offsetof(struct user_regs_struct, gs))
193 savesegment(gs, retval);
195 retval = task->thread.gs;
232 case offsetof(struct user_regs_struct, gs):
233 task->thread.gs = value;
264 case offsetof(struct user_regs_struct, gs):
266 asm("movl %%gs,%0" : "=r" (seg));
312 case offsetof(struct user_regs_struct,gs):
382 case offsetof(struct user_regs_struct, gs)
[all...]
H A Dasm-offsets_32.c34 OFFSET(PT_GS, pt_regs, gs);
H A Dsignal_32.c43 savesegment(gs, cur);
44 if ((sc->gs | 0x03) != cur)
45 load_gs_index(sc->gs | 0x03);
109 * Reload fs and gs if they have changed in the signal
110 * handler. This does not handle long fs/gs base changes in
116 loadsegment(gs, sc.gs);
187 unsafe_put_user(get_user_seg(gs), (unsigned int __user *)&sc->gs, Efault);
/linux-master/arch/x86/power/
H A Dcpu.c106 savesegment(gs, ctxt->gs);
249 load_gs_index(ctxt->gs);
259 loadsegment(gs, ctxt->gs);
/linux-master/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110-sys.c317 const struct jh7110_vin_group_sel *gs = &jh7110_sys_vin_group_sel[pin]; local
323 if (!gs->offset)
326 reg = sfp->base + gs->offset;
327 grp = gs->group << gs->shift;
328 mask = 0x3U << gs->shift;
/linux-master/arch/x86/realmode/rm/
H A Dwakeup_asm.S61 movw %cx, %gs
74 movw %ax, %gs
/linux-master/arch/s390/include/asm/
H A Dnmi.h76 u64 gs : 1; /* 36 guarded storage registers validity */ member in struct:mci::__anon5
/linux-master/arch/x86/purgatory/
H A Dentry64.S27 movl %eax, %gs
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_32.S16 movw %ax, %gs
/linux-master/arch/x86/boot/compressed/
H A Dhead_32.S73 movl %eax, %gs

Completed in 244 milliseconds

12345