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

/arch/mips/math-emu/
H A Dieee754dp.h64 static inline union ieee754dp builddp(int s, int bx, u64 m) argument
69 assert((bx) >= DP_EMIN - 1 + DP_EBIAS
70 && (bx) <= DP_EMAX + 1 + DP_EBIAS);
74 r.bexp = bx;
H A Dieee754sp.h69 static inline union ieee754sp buildsp(int s, int bx, unsigned m) argument
74 assert((bx) >= SP_EMIN - 1 + SP_EBIAS
75 && (bx) <= SP_EMAX + 1 + SP_EBIAS);
79 r.bexp = bx;
/arch/x86/include/asm/
H A Dsigcontext.h16 unsigned long bx; member in struct:sigcontext
52 unsigned long bx; member in struct:sigcontext
H A Dptrace.h12 unsigned long bx; member in struct:pt_regs
39 unsigned long bx; member in struct:pt_regs
H A Duser_32.h78 unsigned long bx; member in struct:user_regs_struct
H A Duser_64.h74 unsigned long bx; member in struct:user_regs_struct
H A Dprocessor.h223 unsigned long bx; member in struct:x86_hw_tss
/arch/x86/include/uapi/asm/
H A Dsigcontext32.h61 unsigned int bx; member in struct:sigcontext_ia32
/arch/x86/kvm/
H A Dtss.h47 u16 bx; member in struct:tss_segment_16
H A Demulate.c1158 unsigned bx = reg_read(ctxt, VCPU_REGS_RBX); local
1178 modrm_ea += bx + si;
1181 modrm_ea += bx + di;
1200 modrm_ea += bx;
2520 tss->bx = reg_read(ctxt, VCPU_REGS_RBX);
2544 *reg_write(ctxt, 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/s390/kvm/
H A Dgaccess.c184 unsigned long bx : 12; member in struct:vaddress::__anon2609
/arch/x86/boot/
H A Dboot.h251 u16 bx, hbx; member in struct:biosregs::__anon3029::__anon3031
/arch/x86/kernel/cpu/
H A Dperf_event_intel_ds.c182 u64 ax, bx, cx, dx; member in struct:pebs_record_core
190 u64 ax, bx, cx, dx; member in struct:pebs_record_nhm
202 u64 ax, bx, cx, dx; member in struct:pebs_record_hsw
/arch/x86/lguest/
H A Dboot.c418 static void lguest_cpuid(unsigned int *ax, unsigned int *bx, argument
423 native_cpuid(ax, bx, cx, dx);
465 *bx = *cx = *dx = 0;
/arch/x86/kernel/
H A Dapm_32.c1637 unsigned short bx; local
1649 !(error = apm_get_power_status(&bx, &cx, &dx))) {
1650 ac_line_status = (bx >> 8) & 0xff;
1651 battery_status = bx & 0xff;
1730 unsigned short bx; local
1793 error = apm_get_power_status(&bx, &cx, &dx);
1797 switch ((bx >> 8) & 0xff) {
1811 switch (bx & 0xff) {
/arch/x86/xen/
H A Denlighten.c298 static void xen_cpuid(unsigned int *ax, unsigned int *bx, argument
319 *bx = 0;
337 "=b" (*bx),
342 *bx &= maskebx;
358 unsigned int ax, bx, cx, dx; local
382 native_cpuid(&ax, &bx, &cx, &dx);
395 bx = 0;
399 native_cpuid(&ax, &bx, &cx, &dx);
422 unsigned int ax, bx, cx, dx; local
437 cpuid(1, &ax, &bx,
[all...]

Completed in 385 milliseconds