Home
last modified time | relevance | path

Searched refs:bx (Results 1 - 25 of 209) sorted by relevance

123456789

/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/
H A Dlos_dispatch.S84 bx r6
93 bx r6
104 bx lr
115 bx lr
125 bx lr
139 bx lr
161 bx lr
190 bx lr
/kernel/linux/linux-5.10/drivers/char/
H A Dtoshiba.c249 unsigned short ax,bx; in tosh_ioctl() local
261 bx = regs.ebx & 0xffff; in tosh_ioctl()
263 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069)) in tosh_ioctl()
269 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) { in tosh_ioctl()
351 unsigned short bx,cx; in tosh_get_machine_id() local
366 bx = (unsigned short) (regs.ebx & 0xffff); in tosh_get_machine_id()
369 the bx register holds 0xe6f5. However my code is producing in tosh_get_machine_id()
376 bx = 0xe6f5; in tosh_get_machine_id()
380 address = bx; in tosh_get_machine_id()
382 address = 9+bx in tosh_get_machine_id()
[all...]
/kernel/linux/linux-6.6/drivers/char/
H A Dtoshiba.c248 unsigned short ax,bx; in tosh_ioctl() local
260 bx = regs.ebx & 0xffff; in tosh_ioctl()
262 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069)) in tosh_ioctl()
268 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) { in tosh_ioctl()
350 unsigned short bx,cx; in tosh_get_machine_id() local
365 bx = (unsigned short) (regs.ebx & 0xffff); in tosh_get_machine_id()
368 the bx register holds 0xe6f5. However my code is producing in tosh_get_machine_id()
375 bx = 0xe6f5; in tosh_get_machine_id()
379 address = bx; in tosh_get_machine_id()
381 address = 9+bx in tosh_get_machine_id()
[all...]
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dieee754sp.h60 static inline union ieee754sp buildsp(int s, int bx, unsigned int m) in buildsp() argument
65 assert((bx) >= SP_EMIN - 1 + SP_EBIAS in buildsp()
66 && (bx) <= SP_EMAX + 1 + SP_EBIAS); in buildsp()
70 r.bexp = bx; in buildsp()
H A Dieee754dp.h56 static inline union ieee754dp builddp(int s, int bx, u64 m) in builddp() argument
61 assert((bx) >= DP_EMIN - 1 + DP_EBIAS in builddp()
62 && (bx) <= DP_EMAX + 1 + DP_EBIAS); in builddp()
66 r.bexp = bx; in builddp()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsigreturn_codes.S103 ARM_OK( bx r3 )
113 bx r2
120 ARM_OK( bx r3 )
130 bx r2
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dsigreturn_codes.S103 ARM_OK( bx r3 )
113 bx r2
120 ARM_OK( bx r3 )
130 bx r2
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Dieee754sp.h60 static inline union ieee754sp buildsp(int s, int bx, unsigned int m) in buildsp() argument
65 assert((bx) >= SP_EMIN - 1 + SP_EBIAS in buildsp()
66 && (bx) <= SP_EMAX + 1 + SP_EBIAS); in buildsp()
70 r.bexp = bx; in buildsp()
H A Dieee754dp.h56 static inline union ieee754dp builddp(int s, int bx, u64 m) in builddp() argument
61 assert((bx) >= DP_EMIN - 1 + DP_EBIAS in builddp()
62 && (bx) <= DP_EMAX + 1 + DP_EBIAS); in builddp()
66 r.bexp = bx; in builddp()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dcheck_initial_reg_state.c11 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable
21 "mov %rbx, bx\n\t"
40 "mov %ebx, bx\n\t"
63 if (ax || bx || cx || dx || si || di || bp in main()
71 SHOW(bx); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dcheck_initial_reg_state.c11 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable
21 "mov %rbx, bx\n\t"
40 "mov %ebx, bx\n\t"
63 if (ax || bx || cx || dx || si || di || bp in main()
71 SHOW(bx); in main()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dsyscall.h88 memcpy(args, &regs->bx, 6 * sizeof(args[0])); in syscall_get_arguments()
97 memcpy(&regs->bx + i, args, n * sizeof(args[0])); in syscall_set_arguments()
113 *args++ = regs->bx; in syscall_get_arguments()
137 regs->bx = *args++; in syscall_set_arguments()
/kernel/liteos_m/arch/arm/cortex-m4/gcc/
H A Dlos_dispatch.S93 bx r6
102 bx r6
147 bx lr
171 bx lr
216 bx lr
/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dwm_shrx.S142 orw %bx,%bx /* Any of the 63 bit set ? */
184 orw %bx,%bx
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dwm_shrx.S142 orw %bx,%bx /* Any of the 63 bit set ? */
184 orw %bx,%bx
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/
H A Dlos_dispatch.S92 bx r6
147 bx lr
169 bx lr
205 bx lr
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
H A Dlos_dispatch.S91 bx r6
139 bx lr
161 bx lr
191 bx lr
/kernel/linux/linux-5.10/arch/arm/common/
H A Dvlock.S83 bx lr
88 bx lr
98 bx lr
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dedd.c31 ireg.bx = (size_t)buf; in read_mbr()
83 ireg.bx = EDDMAGIC1; in get_edd_info()
90 if (oreg.bx != EDDMAGIC2) in get_edd_info()
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/
H A Dheadsmp.S30 bx r1
66 bx r0
70 bx r1
/kernel/linux/linux-6.6/arch/arm/common/
H A Dvlock.S85 bx lr
90 bx lr
100 bx lr
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/
H A Dheadsmp.S30 bx r1
66 bx r0
70 bx r1
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dedd.c31 ireg.bx = (size_t)buf; in read_mbr()
83 ireg.bx = EDDMAGIC1; in get_edd_info()
90 if (oreg.bx != EDDMAGIC2) in get_edd_info()
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
64 self.bx = bx
/kernel/linux/linux-6.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
64 self.bx = bx

Completed in 7 milliseconds

123456789