Searched refs:byte1 (Results 1 – 7 of 7) sorted by relevance
/arch/ia64/kernel/ |
D | unwind_decoder.c | 88 unsigned char byte1, abreg; in unw_decode_x1() local 91 byte1 = *dp++; in unw_decode_x1() 94 abreg = (byte1 & 0x7f); in unw_decode_x1() 95 if (byte1 & 0x80) in unw_decode_x1() 105 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local 108 byte1 = *dp++; byte2 = *dp++; in unw_decode_x2() 110 abreg = (byte1 & 0x7f); in unw_decode_x2() 112 x = (byte1 >> 7) & 1; in unw_decode_x2() 113 if ((byte1 & 0x80) == 0 && ytreg == 0) in unw_decode_x2() 123 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local [all …]
|
/arch/csky/abiv1/ |
D | alignment.c | 97 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() 144 uint32_t byte0, byte1, byte2, byte3; in ldw_c() local 150 if (ldb_asm(addr, &byte1)) in ldw_c() 161 byte0 |= byte1 << 8; in ldw_c() [all …]
|
/arch/x86/math-emu/ |
D | fpu_entry.c | 103 u_char FPU_modrm, byte1; in math_emulate() local 166 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate() 172 byte1); in math_emulate() 191 if ((byte1 & 0xf8) != 0xd8) { in math_emulate() 192 if (byte1 == FWAIT_OPCODE) { in math_emulate() 217 code = (FPU_modrm << 8) | byte1; in math_emulate() 240 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate() 263 if (!(byte1 & 1)) { in math_emulate() 274 data_sizes_16[(byte1 >> 1) & 3]) in math_emulate() 279 switch ((byte1 >> 1) & 3) { in math_emulate() [all …]
|
D | errors.c | 40 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/ |
D | rtas.h | 156 uint8_t byte1; member 178 return (elog->byte1 & 0xE0) >> 5; in rtas_error_severity() 183 return (elog->byte1 & 0x18) >> 3; in rtas_error_disposition() 189 elog->byte1 &= ~0x18; in rtas_set_disposition_recovered() 190 elog->byte1 |= (RTAS_DISP_FULLY_RECOVERED << 3); in rtas_set_disposition_recovered() 195 return (elog->byte1 & 0x04) >> 2; in rtas_error_extended() 233 uint8_t byte1; /* reserved */ member
|
/arch/powerpc/kernel/ |
D | prom_init.c | 852 u8 byte1; member 858 u8 byte1; member 872 u8 byte1; member 877 u8 byte1; member 882 u8 byte1; member 990 .byte1 = 0, 999 .byte1 = OV2_REAL_MODE, 1015 .byte1 = 0, /* don't ignore, don't halt */ 1022 .byte1 = 0, /* don't halt */ 1029 .byte1 = 0, /* don't ignore, don't halt */
|
/arch/mips/include/asm/octeon/ |
D | cvmx-lmcx-defs.h | 2297 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;
|