Home
last modified time | relevance | path

Searched refs:hex_byte_pack (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/arch/mn10300/kernel/
Dgdb-stub.c800 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/
Dgdb-stub.c674 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/
Dkgdb.c653 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/
Dgdbstub.c221 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/
Dkgdb.c438 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/
Dvsprintf.c914 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()
Dhexdump.c73 dst = hex_byte_pack(dst, *_src++); in bin2hex()
/linux-4.4.14/security/integrity/ima/
Dima_api.c303 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
/linux-4.4.14/fs/nfs/objlayout/
Dobjlayout.c679 cur = hex_byte_pack(cur, s.data[i]); in _sysid_2_hex()
/linux-4.4.14/include/linux/
Dkernel.h499 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
/linux-4.4.14/fs/fat/
Ddir.c162 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/
Dencrypted.c296 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
/linux-4.4.14/security/keys/
Dtrusted.c1106 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
/linux-4.4.14/net/sunrpc/
Dcache.c1109 bp = hex_byte_pack(bp, *buf++); in qword_addhex()