HomeSort by: relevance | last modified time | path
    Searched defs:vregs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/arch/aarch64/
linux_machdep.h 48 union fpelem vregs[32]; member in struct:fpsimd_context
  /src/sys/arch/atari/dev/
grfabs_fal.c 185 struct videl *vregs; local in function:falcon_probe_video
202 vregs = falcon_getreg(vm_mode(dm) | mon_type);
203 if (vregs) {
204 vm_regs(dm) = vregs;
221 struct videl *vregs; local in function:falcon_getreg
223 for (i = 0; (vregs = &videlinit[i])->video_mode != 0xffff; i++)
224 if ((vregs->video_mode) == mode)
225 return vregs;
234 struct videl *vregs = vm_regs(dm); local in function:falcon_detect
240 vregs->vd_syncmode = VIDEO->vd_sync
308 struct videl *vregs; local in function:falcon_display_view
352 struct videl *vregs; local in function:falcon_display_switch
    [all...]

Completed in 12 milliseconds