/linux-4.4.14/arch/mn10300/kernel/ |
D | gdb-stub.c | 800 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 808 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 809 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 817 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 818 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 819 buf = hex_byte_pack(buf, ch[2]); in mem2hex() 820 buf = hex_byte_pack(buf, ch[3]); in mem2hex() 828 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 829 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 837 buf = hex_byte_pack(buf, ch[0]); in mem2hex() [all …]
|
/linux-4.4.14/arch/frv/kernel/ |
D | gdb-stub.c | 674 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 682 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 683 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 691 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 692 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 693 buf = hex_byte_pack(buf, ch[2]); in mem2hex() 694 buf = hex_byte_pack(buf, ch[3]); in mem2hex() 702 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 703 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 711 buf = hex_byte_pack(buf, ch[0]); in mem2hex() [all …]
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 653 buf = hex_byte_pack(buf, ch); in mem2hex() 671 buf = hex_byte_pack(buf, ch); in mem2hex_nbo() 840 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped() 948 ptr = hex_byte_pack(ptr, PC); in stub_is_stopped() 954 ptr = hex_byte_pack(ptr, R8); in stub_is_stopped() 960 ptr = hex_byte_pack(ptr, SP); in stub_is_stopped() 967 ptr = hex_byte_pack(ptr, ERP); in stub_is_stopped()
|
/linux-4.4.14/kernel/debug/ |
D | gdbstub.c | 221 bufptr = hex_byte_pack(bufptr, s[i]); in gdbstub_msg_write() 253 buf = hex_byte_pack(buf, *tmp); in kgdb_mem2hex() 415 pkt = hex_byte_pack(pkt, *id); in pack_threadid() 422 pkt = hex_byte_pack(pkt, 0); in pack_threadid() 490 hex_byte_pack(&remcom_out_buffer[1], ks->signo); in gdb_cmd_status() 961 ptr = hex_byte_pack(ptr, ks->signo); in gdb_serial_stub()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | kgdb.c | 438 buf = hex_byte_pack(buf, ch); in mem2hex() 674 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped() 687 ptr = hex_byte_pack(ptr, regno); in stub_is_stopped()
|
/linux-4.4.14/lib/ |
D | vsprintf.c | 914 p = hex_byte_pack(p, addr[5 - i]); in mac_address_string() 916 p = hex_byte_pack(p, addr[i]); in mac_address_string() 1037 p = hex_byte_pack(p, hi); in ip6_compressed_string() 1040 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1043 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1065 p = hex_byte_pack(p, *addr++); in ip6_string() 1066 p = hex_byte_pack(p, *addr++); in ip6_string() 1281 p = hex_byte_pack(p, addr[index[i]]); in uuid_string()
|
D | hexdump.c | 73 dst = hex_byte_pack(dst, *_src++); in bin2hex()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_api.c | 303 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
|
/linux-4.4.14/fs/nfs/objlayout/ |
D | objlayout.c | 679 cur = hex_byte_pack(cur, s.data[i]); in _sysid_2_hex()
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 499 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
|
/linux-4.4.14/fs/fat/ |
D | dir.c | 162 op = hex_byte_pack(op, ec >> 8); in uni16_to_x8() 163 op = hex_byte_pack(op, ec); in uni16_to_x8()
|
/linux-4.4.14/security/keys/encrypted-keys/ |
D | encrypted.c | 296 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
|
/linux-4.4.14/security/keys/ |
D | trusted.c | 1106 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
|
/linux-4.4.14/net/sunrpc/ |
D | cache.c | 1109 bp = hex_byte_pack(bp, *buf++); in qword_addhex()
|