Searched defs:bx (Results 1 - 16 of 16) sorted by relevance

/arch/mips/math-emu/
H A Dieee754dp.h48 static inline ieee754dp builddp(int s, int bx, u64 m) argument
53 assert((bx) >= DP_EMIN - 1 + DP_EBIAS
54 && (bx) <= DP_EMAX + 1 + DP_EBIAS);
58 r.parts.bexp = bx;
H A Dieee754sp.h53 static inline ieee754sp buildsp(int s, int bx, unsigned m) argument
58 assert((bx) >= SP_EMIN - 1 + SP_EBIAS
59 && (bx) <= SP_EMAX + 1 + SP_EBIAS);
63 r.parts.bexp = bx;
/arch/x86/include/asm/
H A Dsigcontext32.h61 unsigned int bx; member in struct:sigcontext_ia32
H A Duser_32.h78 unsigned long bx; member in struct:user_regs_struct
H A Dptrace.h44 unsigned long bx; member in struct:pt_regs
105 unsigned long bx; member in struct:pt_regs
H A Duser_64.h74 unsigned long bx; member in struct:user_regs_struct
H A Dsigcontext.h111 unsigned long bx; member in struct:sigcontext
202 unsigned long bx; member in struct:sigcontext
H A Dprocessor.h217 unsigned long bx; member in struct:x86_hw_tss
/arch/x86/kvm/
H A Dtss.h47 u16 bx; member in struct:tss_segment_16
H A Demulate.c930 unsigned bx = ctxt->regs[VCPU_REGS_RBX]; local
950 modrm_ea += bx + si;
953 modrm_ea += bx + di;
972 modrm_ea += bx;
2208 tss->bx = ctxt->regs[VCPU_REGS_RBX];
2231 ctxt->regs[VCPU_REGS_RBX] = tss->bx;
/arch/x86/pci/
H A Dpcbios.c182 unsigned long bx = (bus << 8) | devfn; local
199 "b" (bx),
216 "b" (bx),
233 "b" (bx),
249 unsigned long bx = (bus << 8) | devfn; local
266 "b" (bx),
278 "b" (bx),
290 "b" (bx),
/arch/x86/kernel/cpu/
H A Dperf_event_intel_ds.c29 u64 ax, bx, cx, dx; member in struct:pebs_record_core
37 u64 ax, bx, cx, dx; member in struct:pebs_record_nhm
/arch/x86/boot/
H A Dboot.h265 u16 bx, hbx; member in struct:biosregs::__anon2935::__anon2937
/arch/x86/lguest/
H A Dboot.c419 static void lguest_cpuid(unsigned int *ax, unsigned int *bx, argument
424 native_cpuid(ax, bx, cx, dx);
466 *bx = *cx = *dx = 0;
/arch/x86/kernel/
H A Dapm_32.c1632 unsigned short bx; local
1644 !(error = apm_get_power_status(&bx, &cx, &dx))) {
1645 ac_line_status = (bx >> 8) & 0xff;
1646 battery_status = bx & 0xff;
1725 unsigned short bx; local
1788 error = apm_get_power_status(&bx, &cx, &dx);
1792 switch ((bx >> 8) & 0xff) {
1806 switch (bx & 0xff) {
/arch/x86/xen/
H A Denlighten.c220 static void xen_cpuid(unsigned int *ax, unsigned int *bx, argument
241 *bx = 0;
259 "=b" (*bx),
264 *bx &= maskebx;
281 unsigned int ax, bx, cx, dx; local
298 native_cpuid(&ax, &bx, &cx, &dx);
311 bx = 0;
315 native_cpuid(&ax, &bx, &cx, &dx);
338 unsigned int ax, bx, cx, dx; local
353 xen_cpuid(&ax, &bx,
[all...]

Completed in 1520 milliseconds