Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dtraps.c1032 unsigned int opcode, bcode; in do_bp() local
1046 bcode = (instr[0] >> 5) & 0x3f; in do_bp()
1049 bcode = instr[0] & 0xf; in do_bp()
1055 bcode = (opcode >> 6) & ((1 << 20) - 1); in do_bp()
1060 bcode = (opcode >> 6) & ((1 << 20) - 1); in do_bp()
1069 if (bcode >= (1 << 10)) in do_bp()
1070 bcode = ((bcode & ((1 << 10) - 1)) << 10) | (bcode >> 10); in do_bp()
1076 switch (bcode) { in do_bp()
1078 if (notify_die(DIE_UPROBE, "uprobe", regs, bcode, in do_bp()
1084 if (notify_die(DIE_UPROBE_XOL, "uprobe_xol", regs, bcode, in do_bp()
[all …]
/linux/arch/loongarch/kernel/
H A Dtraps.c722 unsigned int opcode, bcode; in do_bp() local
732 bcode = (opcode & 0x7fff); in do_bp()
738 switch (bcode) { in do_bp()
766 if (notify_die(DIE_TRAP, "Break", regs, bcode, in do_bp()
773 switch (bcode) { in do_bp()
/linux/net/bluetooth/
H A Dhci_conn.c1832 memcpy(cp.bis.bcode, qos->bcast.bcode, sizeof(cp.bis.bcode)); in hci_le_create_big()
H A Dhci_sync.c7239 memcpy(cp->bcode, qos->bcast.bcode, sizeof(cp->bcode)); in hci_le_big_create_sync()
H A Diso.c912 .bcode = {0x00},
/linux/include/net/bluetooth/
H A Dhci.h2213 __u8 bcode[16];
2234 __u8 bcode[16];
2202 __u8 bcode[16]; global() member
2223 __u8 bcode[16]; global() member
/linux/drivers/scsi/qla2xxx/
H A Dqla_bsg.c97 uint8_t *bcode; in qla24xx_fcp_prio_cfg_valid() local
103 bcode = (uint8_t *)pri_cfg; in qla24xx_fcp_prio_cfg_valid()
114 if (memcmp(bcode, "HQOS", 4)) { in qla24xx_fcp_prio_cfg_valid()