Home
last modified time | relevance | path

Searched refs:byte1 (Results 1 – 7 of 7) sorted by relevance

/arch/csky/abiv1/
A Dalignment.c97 uint32_t byte0, byte1; in ldh_c() local
102 if (ldb_asm(addr, &byte1)) in ldh_c()
105 byte0 |= byte1 << 8; in ldh_c()
119 uint32_t byte0, byte1; in sth_c() local
121 byte0 = byte1 = get_ptreg(regs, rz); in sth_c()
129 byte1 = (byte1 >> 8) & 0xff; in sth_c()
130 if (stb_asm(addr, byte1)) in sth_c()
150 if (ldb_asm(addr, &byte1)) in ldw_c()
161 byte0 |= byte1 << 8; in ldw_c()
188 byte1 = (byte1 >> 8) & 0xff; in stw_c()
[all …]
/arch/x86/math-emu/
A Dfpu_entry.c104 u_char FPU_modrm, byte1; in math_emulate() local
167 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
173 byte1); in math_emulate()
192 if ((byte1 & 0xf8) != 0xd8) { in math_emulate()
193 if (byte1 == FWAIT_OPCODE) { in math_emulate()
218 code = (FPU_modrm << 8) | byte1; in math_emulate()
241 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
264 if (!(byte1 & 1)) { in math_emulate()
275 data_sizes_16[(byte1 >> 1) & 3]) in math_emulate()
280 switch ((byte1 >> 1) & 3) { in math_emulate()
[all …]
A Derrors.c40 u_char byte1, FPU_modrm;
48 FPU_get_user(byte1, (u_char __user *) address);
49 if ((byte1 & 0xf8) == 0xd8)
51 printk("[%02x]", byte1);
54 printk("%02x ", byte1);
88 u_char byte1, FPU_modrm; in FPU_printall() local
97 FPU_get_user(byte1, (u_char __user *) address); in FPU_printall()
98 if ((byte1 & 0xf8) == 0xd8) { in FPU_printall()
99 printk(" %02x", byte1); in FPU_printall()
102 printk(" [%02x]", byte1); in FPU_printall()
/arch/powerpc/include/asm/
A Drtas-types.h29 u8 byte1; member
67 u8 byte1; /* reserved */ member
A Drtas.h312 return (elog->byte1 & 0xE0) >> 5; in rtas_error_severity()
317 return (elog->byte1 & 0x18) >> 3; in rtas_error_disposition()
323 elog->byte1 &= ~0x18; in rtas_set_disposition_recovered()
324 elog->byte1 |= (RTAS_DISP_FULLY_RECOVERED << 3); in rtas_set_disposition_recovered()
329 return (elog->byte1 & 0x04) >> 2; in rtas_error_extended()
/arch/powerpc/kernel/
A Dprom_init.c887 u8 byte1; member
893 u8 byte1; member
907 u8 byte1; member
912 u8 byte1; member
917 u8 byte1; member
1048 .byte1 = 0,
1057 .byte1 = OV2_REAL_MODE,
1073 .byte1 = 0, /* don't ignore, don't halt */
1080 .byte1 = 0, /* don't halt */
1087 .byte1 = 0, /* don't ignore, don't halt */
/arch/mips/include/asm/octeon/
A Dcvmx-lmcx-defs.h2297 uint64_t byte1:4; member
2301 uint64_t byte1:4;
2400 uint64_t byte1:6; member
2404 uint64_t byte1:6;
2832 uint64_t byte1:5; member
2836 uint64_t byte1:5;

Completed in 26 milliseconds