Searched refs:code16 (Results 1 – 23 of 23) sorted by relevance
36 .code16
282 ssd.ssd_base = seg->code16.base; in set_bios_selectors()283 ssd.ssd_limit = seg->code16.limit; in set_bios_selectors()614 args.seg.code16.base = BIOS_PADDRTOVADDR(pt->pmentrybase); in pnpbios_identify()615 args.seg.code16.limit = 0xffff; /* XXX ? */ in pnpbios_identify()
150 .code16
22 .code16
136 .code16
912 sc->bios.seg.code16.base = (vmf.vmf_cx << 4) + APM_KERNBASE; in apm_probe()913 sc->bios.seg.code16.limit = 0xffff; in apm_probe()927 sc->bios.seg.code16.base = (vmf.vmf_ax << 4) + APM_KERNBASE; in apm_probe()928 sc->bios.seg.code16.limit = 0xffff; in apm_probe()1144 sc->bios.seg.code16.base, sc->bios.seg.data.base); in apm_attach()1149 sc->bios.seg.code16.limit, sc->bios.seg.data.limit); in apm_attach()
50 .code16
39 .code16
57 .code16
277 .code16
54 .code16
301 struct segment_info code16; /* 16-bit code */ member
3748 int code16; in output_branch() local3754 code16 = 0; in output_branch()3756 code16 = CODE16; in output_branch()3804 subtype |= code16; in output_branch()3848 int code16; in output_jump() local3850 code16 = 0; in output_jump()3852 code16 = CODE16; in output_jump()3862 if (code16) in output_jump()3894 int code16; in output_interseg_jump() local3896 code16 = 0; in output_interseg_jump()[all …]
29 .code16
115 .code16258 .code16571 .code16
423 @code{.code16} section) into 32-bit operands/addresses. These prefixes425 modify. For example, in a 16-bit @code{.code16} section, you might673 @cindex @code{code16} directive, i386680 mode code segments. To do this, put a @samp{.code16} or686 code from gcc, and differs from @samp{.code16} in that @samp{call},772 @emph{and} @samp{.code16} or @samp{.code16gcc} then byte offset
539 .code16
61 .code16
41 .code16
43 .code16
168 .code16 # This runs in real mode
5065 msgid "use .code16 to ensure correct addressing mode"
3650 (md_pseudo_table): Added entries "code16" and "code32".