/kernel/linux/linux-5.10/drivers/misc/lkdtm/ |
H A D | bugs.c | 212 /* Intentionally using old-style flex array definition of 1 byte. */ 245 * For the uninstrumented flex array member, also touch 1 byte in lkdtm_ARRAY_BOUNDS() 328 volatile unsigned char byte; in lkdtm_STACK_GUARD_PAGE_LEADING() local 332 byte = *ptr; in lkdtm_STACK_GUARD_PAGE_LEADING() 334 pr_err("FAIL: accessed page before stack! (byte: %x)\n", byte); in lkdtm_STACK_GUARD_PAGE_LEADING() 342 volatile unsigned char byte; in lkdtm_STACK_GUARD_PAGE_TRAILING() local 346 byte = *ptr; in lkdtm_STACK_GUARD_PAGE_TRAILING() 348 pr_err("FAIL: accessed page after stack! (byte: %x)\n", byte); in lkdtm_STACK_GUARD_PAGE_TRAILING() [all...] |
/kernel/linux/linux-5.10/drivers/usb/atm/ |
H A D | xusbatm.c | 25 XUSBATM_PARM(rx_endpoint, unsigned char, byte, "rx endpoint number"); 26 XUSBATM_PARM(tx_endpoint, unsigned char, byte, "tx endpoint number"); 27 XUSBATM_PARM(rx_padding, unsigned char, byte, "rx padding (default 0)"); 28 XUSBATM_PARM(tx_padding, unsigned char, byte, "tx padding (default 0)"); 29 XUSBATM_PARM(rx_altsetting, unsigned char, byte, "rx altsetting (default 0)"); 30 XUSBATM_PARM(tx_altsetting, unsigned char, byte, "rx altsetting (default 0)");
|
/kernel/linux/linux-6.6/drivers/usb/atm/ |
H A D | xusbatm.c | 25 XUSBATM_PARM(rx_endpoint, unsigned char, byte, "rx endpoint number"); 26 XUSBATM_PARM(tx_endpoint, unsigned char, byte, "tx endpoint number"); 27 XUSBATM_PARM(rx_padding, unsigned char, byte, "rx padding (default 0)"); 28 XUSBATM_PARM(tx_padding, unsigned char, byte, "tx padding (default 0)"); 29 XUSBATM_PARM(rx_altsetting, unsigned char, byte, "rx altsetting (default 0)"); 30 XUSBATM_PARM(tx_altsetting, unsigned char, byte, "rx altsetting (default 0)");
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | alternative-macros.h | 10 .4byte \oldptr - . 11 .4byte \newptr - . 12 .2byte \vendor_id 13 .2byte \new_len 14 .4byte \patch_id 62 ".4byte ((" oldptr ") - .) \n" \ 63 ".4byte ((" newptr ") - .) \n" \ 64 ".2byte " vendor_id "\n" \ 65 ".2byte " newlen "\n" \ 66 ".4byte " patch_i [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | bit.c | 142 nvkm_i2c_get_byte(struct nvkm_i2c_bus *bus, u8 *byte, bool last) in nvkm_i2c_get_byte() argument 146 *byte = 0; in nvkm_i2c_get_byte() 151 *byte |= bit << i; in nvkm_i2c_get_byte() 158 nvkm_i2c_put_byte(struct nvkm_i2c_bus *bus, u8 byte) in nvkm_i2c_put_byte() argument 162 ret = i2c_bitw(bus, !!(byte & (1 << i))); in nvkm_i2c_put_byte()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | bit.c | 142 nvkm_i2c_get_byte(struct nvkm_i2c_bus *bus, u8 *byte, bool last) in nvkm_i2c_get_byte() argument 146 *byte = 0; in nvkm_i2c_get_byte() 151 *byte |= bit << i; in nvkm_i2c_get_byte() 158 nvkm_i2c_put_byte(struct nvkm_i2c_bus *bus, u8 byte) in nvkm_i2c_put_byte() argument 162 ret = i2c_bitw(bus, !!(byte & (1 << i))); in nvkm_i2c_put_byte()
|
/kernel/linux/linux-5.10/drivers/platform/olpc/ |
H A D | olpc-xo175-ec.c | 216 u8 byte; member 307 u8 byte; in olpc_xo175_ec_complete() local 329 byte = priv->rx_buf.resp.byte; in olpc_xo175_ec_complete() 377 priv->resp_data[priv->resp_len++] = byte; in olpc_xo175_ec_complete() 393 priv->resp_data[0] = byte; in olpc_xo175_ec_complete() 410 dev_dbg(dev, "got event %.2x\n", byte); in olpc_xo175_ec_complete() 411 switch (byte) { in olpc_xo175_ec_complete() 441 dev_dbg(dev, "ignored unknown event %.2x\n", byte); in olpc_xo175_ec_complete() 447 if (byte in olpc_xo175_ec_complete() [all...] |
/kernel/linux/linux-6.6/drivers/platform/olpc/ |
H A D | olpc-xo175-ec.c | 216 u8 byte; member 307 u8 byte; in olpc_xo175_ec_complete() local 329 byte = priv->rx_buf.resp.byte; in olpc_xo175_ec_complete() 377 priv->resp_data[priv->resp_len++] = byte; in olpc_xo175_ec_complete() 393 priv->resp_data[0] = byte; in olpc_xo175_ec_complete() 410 dev_dbg(dev, "got event %.2x\n", byte); in olpc_xo175_ec_complete() 411 switch (byte) { in olpc_xo175_ec_complete() 441 dev_dbg(dev, "ignored unknown event %.2x\n", byte); in olpc_xo175_ec_complete() 447 if (byte in olpc_xo175_ec_complete() [all...] |
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | strncat.S | 33 cmpbge $31, $1, $2 # bits set iff byte == 0 60 zapnot $1, $27, $2 # was last byte a null? 68 and $24, 0x80, $2 # no zero next byte 77 1: /* Here we must read the next DST word and clear the first byte. */
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | blake2s-core.S | 22 .byte 0, 2, 4, 6, 1, 3, 5, 7, 14, 8, 10, 12, 15, 9, 11, 13 23 .byte 14, 4, 9, 13, 10, 8, 15, 6, 5, 1, 0, 11, 3, 12, 2, 7 24 .byte 11, 12, 5, 15, 8, 0, 2, 13, 9, 10, 3, 7, 4, 14, 6, 1 25 .byte 7, 3, 13, 11, 9, 1, 12, 14, 15, 2, 5, 4, 8, 6, 10, 0 26 .byte 9, 5, 2, 10, 0, 7, 4, 15, 3, 14, 11, 6, 13, 1, 12, 8 27 .byte 2, 6, 0, 8, 12, 10, 11, 3, 1, 4, 7, 15, 9, 13, 5, 14 28 .byte 12, 1, 14, 4, 5, 15, 13, 10, 8, 0, 6, 9, 11, 7, 3, 2 29 .byte 13, 7, 12, 3, 11, 14, 1, 9, 2, 5, 15, 8, 10, 0, 4, 6 30 .byte 6, 14, 11, 0, 15, 9, 3, 8, 10, 12, 13, 1, 5, 2, 7, 4 31 .byte 1 [all...] |
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 171 /* Send command with one byte of data */ 233 u8 *byte) in diolan_i2c_get_byte_ack() 239 *byte = dev->ibuffer[0]; in diolan_i2c_get_byte_ack() 246 static int diolan_i2c_put_byte_ack(struct i2c_diolan_u2c *dev, u8 byte) in diolan_i2c_put_byte_ack() argument 248 return diolan_usb_cmd_data(dev, CMD_I2C_PUT_BYTE_ACK, byte, false); in diolan_i2c_put_byte_ack() 364 u8 byte; in diolan_usb_xfer() local 368 * Don't send NACK if this is the first byte in diolan_usb_xfer() 374 ret = diolan_i2c_get_byte_ack(dev, ack, &byte); in diolan_usb_xfer() 378 * Adjust count if first received byte is length in diolan_usb_xfer() 381 if (byte in diolan_usb_xfer() 232 diolan_i2c_get_byte_ack(struct i2c_diolan_u2c *dev, bool ack, u8 *byte) diolan_i2c_get_byte_ack() argument [all...] |
/kernel/linux/linux-5.10/drivers/sbus/char/ |
H A D | uctrl.c | 265 u32 byte; in uctrl_do_txn() local 275 byte = (txn->opcode << 8); in uctrl_do_txn() 276 WRITEUCTLDATA(byte); in uctrl_do_txn() 280 byte = (txn->inbuf[bytecnt] << 8); in uctrl_do_txn() 281 WRITEUCTLDATA(byte); in uctrl_do_txn() 287 READUCTLDATA(byte); in uctrl_do_txn() 288 dprintk(("ack was %x\n", (byte >> 8))); in uctrl_do_txn() 292 READUCTLDATA(byte); in uctrl_do_txn() 293 txn->outbuf[bytecnt] = (byte >> 8); in uctrl_do_txn() 294 dprintk(("set byte t in uctrl_do_txn() [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | blake2s-core.S | 22 .byte 0, 2, 4, 6, 1, 3, 5, 7, 14, 8, 10, 12, 15, 9, 11, 13 23 .byte 14, 4, 9, 13, 10, 8, 15, 6, 5, 1, 0, 11, 3, 12, 2, 7 24 .byte 11, 12, 5, 15, 8, 0, 2, 13, 9, 10, 3, 7, 4, 14, 6, 1 25 .byte 7, 3, 13, 11, 9, 1, 12, 14, 15, 2, 5, 4, 8, 6, 10, 0 26 .byte 9, 5, 2, 10, 0, 7, 4, 15, 3, 14, 11, 6, 13, 1, 12, 8 27 .byte 2, 6, 0, 8, 12, 10, 11, 3, 1, 4, 7, 15, 9, 13, 5, 14 28 .byte 12, 1, 14, 4, 5, 15, 13, 10, 8, 0, 6, 9, 11, 7, 3, 2 29 .byte 13, 7, 12, 3, 11, 14, 1, 9, 2, 5, 15, 8, 10, 0, 4, 6 30 .byte 6, 14, 11, 0, 15, 9, 3, 8, 10, 12, 13, 1, 5, 2, 7, 4 31 .byte 1 [all...] |
H A D | cast6-avx-x86_64-asm_64.S | 220 .byte 3, 2, 1, 0, 7, 6, 5, 4, 11, 10, 9, 8, 15, 14, 13, 12 222 .byte 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0 224 .byte 0, 1, 2, 3, 4, 5, 6, 7, 11, 10, 9, 8, 15, 14, 13, 12 226 .byte 3, 2, 1, 0, 7, 6, 5, 4, 11, 10, 9, 8, 15, 14, 13, 12 228 .byte 12, 13, 14, 15, 8, 9, 10, 11, 4, 5, 6, 7, 0, 1, 2, 3 230 .byte 12, 13, 14, 15, 8, 9, 10, 11, 7, 6, 5, 4, 3, 2, 1, 0 232 .byte 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0 237 .byte 16, 16, 16, 16 242 .byte 32, 0, 0, 0 247 .byte [all...] |
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 171 /* Send command with one byte of data */ 233 u8 *byte) in diolan_i2c_get_byte_ack() 239 *byte = dev->ibuffer[0]; in diolan_i2c_get_byte_ack() 246 static int diolan_i2c_put_byte_ack(struct i2c_diolan_u2c *dev, u8 byte) in diolan_i2c_put_byte_ack() argument 248 return diolan_usb_cmd_data(dev, CMD_I2C_PUT_BYTE_ACK, byte, false); in diolan_i2c_put_byte_ack() 364 u8 byte; in diolan_usb_xfer() local 368 * Don't send NACK if this is the first byte in diolan_usb_xfer() 374 ret = diolan_i2c_get_byte_ack(dev, ack, &byte); in diolan_usb_xfer() 378 * Adjust count if first received byte is length in diolan_usb_xfer() 381 if (byte in diolan_usb_xfer() 232 diolan_i2c_get_byte_ack(struct i2c_diolan_u2c *dev, bool ack, u8 *byte) diolan_i2c_get_byte_ack() argument [all...] |
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_krb5_keys.c | 86 int byte, i, msbit; in krb5_nfold() local 100 byte = 0; in krb5_nfold() 105 /* compute the msbit in k which gets added into this byte */ in krb5_nfold() 108 * unrotated byte */ in krb5_nfold() 110 /* then, for each byte, shift to the right in krb5_nfold() 113 /* last, pick out the correct byte within in krb5_nfold() 118 /* pull out the byte value itself */ in krb5_nfold() 119 byte += (((in[((inbits - 1) - (msbit >> 3)) % inbits] << 8)| in krb5_nfold() 124 byte += out[i % outbits]; in krb5_nfold() 125 out[i % outbits] = byte in krb5_nfold() [all...] |
/kernel/linux/linux-6.6/drivers/sbus/char/ |
H A D | uctrl.c | 265 u32 byte; in uctrl_do_txn() local 275 byte = (txn->opcode << 8); in uctrl_do_txn() 276 WRITEUCTLDATA(byte); in uctrl_do_txn() 280 byte = (txn->inbuf[bytecnt] << 8); in uctrl_do_txn() 281 WRITEUCTLDATA(byte); in uctrl_do_txn() 287 READUCTLDATA(byte); in uctrl_do_txn() 288 dprintk(("ack was %x\n", (byte >> 8))); in uctrl_do_txn() 292 READUCTLDATA(byte); in uctrl_do_txn() 293 txn->outbuf[bytecnt] = (byte >> 8); in uctrl_do_txn() 294 dprintk(("set byte t in uctrl_do_txn() [all...] |
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
H A D | ks0108.c | 49 * get race conditions in any way. Locking for each byte here would be 63 void ks0108_writedata(unsigned char byte) in ks0108_writedata() argument 65 parport_write_data(ks0108_parport, byte); in ks0108_writedata() 68 void ks0108_writecontrol(unsigned char byte) in ks0108_writecontrol() argument 71 parport_write_control(ks0108_parport, byte ^ (bit(0) | bit(1) | bit(3))); in ks0108_writecontrol()
|
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/ |
H A D | head.S | 111 .byte 0x00, 0x10 113 .byte 0 114 .byte 1 115 .byte 0x00, 0x80
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | inst.h | 3 * Generate .byte code for some instructions not supported by old 139 .byte 0x40 | ((\opd1 & 8) >> 3) | ((\opd2 & 8) >> 1) | (\W << 3) 144 .byte \mod | (\opd1 & 7) | ((\opd2 & 7) << 3) 154 .byte 0xf3 158 .byte 0x0f, 0xc7
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | reloc_64.S | 107 p_dyn: .8byte __dynamic_start - 0b 108 p_rela: .8byte __rela_dyn_start - 0b 109 p_sym: .8byte __dynamic_symtab - 0b 110 p_st: .8byte _stext - 0b
|
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/ |
H A D | head.S | 111 .byte 0x00, 0x10 113 .byte 0 114 .byte 1 115 .byte 0x00, 0x80
|
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | ks0108.c | 46 * get race conditions in any way. Locking for each byte here would be 60 void ks0108_writedata(unsigned char byte) in ks0108_writedata() argument 62 parport_write_data(ks0108_parport, byte); in ks0108_writedata() 65 void ks0108_writecontrol(unsigned char byte) in ks0108_writecontrol() argument 68 parport_write_control(ks0108_parport, byte ^ (bit(0) | bit(1) | bit(3))); in ks0108_writecontrol()
|
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | libps2.c | 25 static int ps2_do_sendbyte(struct ps2dev *ps2dev, u8 byte, 40 error = serio_write(ps2dev->serio, byte); 43 "failed to write %#02x: %d\n", byte, error); 73 byte, error, ps2dev->nak, attempt); 79 * ps2_sendbyte() sends a byte to the device and waits for acknowledge. 86 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout) in ps2_sendbyte() argument 92 retval = ps2_do_sendbyte(ps2dev, byte, timeout, 1); in ps2_sendbyte() 93 dev_dbg(&ps2dev->serio->dev, "%02x - %x\n", byte, ps2dev->nak); in ps2_sendbyte() 145 * ps2_is_keyboard_id() checks received ID byte against the list of 165 * ps2_adjust_timeout() is called after receiving 1st byte o [all...] |
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb8_midi.c | 26 char byte; in snd_sb8dsp_midi_interrupt() local 40 byte = inb(SBP(chip, READ)); in snd_sb8dsp_midi_interrupt() 42 snd_rawmidi_receive(chip->midi_substream_input, &byte, 1); in snd_sb8dsp_midi_interrupt() 168 char byte; in snd_sb8dsp_midi_output_write() local 175 if (snd_rawmidi_transmit_peek(substream, &byte, 1) != 1) { in snd_sb8dsp_midi_output_write() 190 outb(byte, SBP(chip, WRITE)); in snd_sb8dsp_midi_output_write() 193 snd_sbdsp_command(chip, byte); in snd_sb8dsp_midi_output_write()
|