/openbmc/linux/lib/crypto/ |
H A D | memneq.c | 74 neq |= get_unaligned((unsigned long *)a) ^ in __crypto_memneq_generic() 75 get_unaligned((unsigned long *)b); in __crypto_memneq_generic() 99 neq |= get_unaligned((unsigned long *)a) ^ in __crypto_memneq_16() 100 get_unaligned((unsigned long *)b); in __crypto_memneq_16() 102 neq |= get_unaligned((unsigned long *)(a + 8)) ^ in __crypto_memneq_16() 103 get_unaligned((unsigned long *)(b + 8)); in __crypto_memneq_16() 106 neq |= get_unaligned((unsigned int *)a) ^ in __crypto_memneq_16() 107 get_unaligned((unsigned int *)b); in __crypto_memneq_16() 109 neq |= get_unaligned((unsigned int *)(a + 4)) ^ in __crypto_memneq_16() 110 get_unaligned((unsigned int *)(b + 4)); in __crypto_memneq_16() [all …]
|
H A D | utils.c | 43 u64 l = get_unaligned((u64 *)src1) ^ in __crypto_xor() 44 get_unaligned((u64 *)src2); in __crypto_xor() 57 u32 l = get_unaligned((u32 *)src1) ^ in __crypto_xor() 58 get_unaligned((u32 *)src2); in __crypto_xor() 71 u16 l = get_unaligned((u16 *)src1) ^ in __crypto_xor() 72 get_unaligned((u16 *)src2); in __crypto_xor()
|
/openbmc/linux/lib/lzo/ |
H A D | lzo1x_compress.c | 59 dv64 = get_unaligned((u64 *)ir); in lzo1x_1_do_compress() 60 dv64 |= get_unaligned((u64 *)ir + 1); in lzo1x_1_do_compress() 61 dv64 |= get_unaligned((u64 *)ir + 2); in lzo1x_1_do_compress() 62 dv64 |= get_unaligned((u64 *)ir + 3); in lzo1x_1_do_compress() 67 dv64 = get_unaligned((u64 *)ir); in lzo1x_1_do_compress() 166 v = get_unaligned((const u64 *) (ip + m_len)) ^ in lzo1x_1_do_compress() 167 get_unaligned((const u64 *) (m_pos + m_len)); in lzo1x_1_do_compress() 171 v = get_unaligned((const u64 *) (ip + m_len)) ^ in lzo1x_1_do_compress() 172 get_unaligned((const u64 *) (m_pos + m_len)); in lzo1x_1_do_compress() 186 v = get_unaligned((const u32 *) (ip + m_len)) ^ in lzo1x_1_do_compress() [all …]
|
H A D | lzodefs.h | 23 put_unaligned(get_unaligned((const u32 *)(src)), (u32 *)(dst)) 26 put_unaligned(get_unaligned((const u64 *)(src)), (u64 *)(dst))
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | flat.h | 37 val_hi = get_unaligned(p); in flat_get_addr_from_rp() 38 val_lo = get_unaligned(p+1); in flat_get_addr_from_rp() 44 *addr = get_unaligned(p); in flat_get_addr_from_rp() 62 unsigned long val_hi = get_unaligned(p); in flat_put_addr_at_rp() 63 unsigned long val_lo = get_unaligned(p + 1); in flat_put_addr_at_rp()
|
/openbmc/linux/lib/lz4/ |
H A D | lz4defs.h | 109 return get_unaligned((const U16 *)ptr); in LZ4_read16() 114 return get_unaligned((const U32 *)ptr); in LZ4_read32() 119 return get_unaligned((const size_t *)ptr); in LZ4_read_ARCH() 156 U64 a = get_unaligned((const U64 *)src); in LZ4_copy8() 160 U32 a = get_unaligned((const U32 *)src); in LZ4_copy8() 161 U32 b = get_unaligned((const U32 *)src + 1); in LZ4_copy8()
|
/openbmc/linux/include/crypto/ |
H A D | utils.h | 26 l = get_unaligned(d) ^ get_unaligned(s++); in crypto_xor() 47 l = get_unaligned(s1++) ^ get_unaligned(s2++); in crypto_xor_cpy()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | unaligned.h | 12 #define get_unaligned __get_unaligned_le macro 15 #define get_unaligned __get_unaligned_be macro
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | unaligned.h | 13 #define get_unaligned __get_unaligned_be macro 16 #define get_unaligned __get_unaligned_le macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | unaligned.h | 10 #define get_unaligned __get_unaligned_be macro 13 #define get_unaligned __get_unaligned_le macro
|
/openbmc/u-boot/include/asm-generic/ |
H A D | unaligned.h | 14 #define get_unaligned __get_unaligned_le macro 17 #define get_unaligned __get_unaligned_be macro
|
/openbmc/linux/include/asm-generic/ |
H A D | uaccess.h | 26 *(u16 *)to = get_unaligned((u16 __force *)from); in __get_user_fn() 29 *(u32 *)to = get_unaligned((u32 __force *)from); in __get_user_fn() 32 *(u64 *)to = get_unaligned((u64 __force *)from); in __get_user_fn() 69 *((type *)dst) = get_unaligned((type *)(src)); \
|
/openbmc/linux/lib/842/ |
H A D | 842_decompress.c | 60 ((s) == 2 ? be16_to_cpu(get_unaligned((__be16 *)d)) : \ 61 (s) == 4 ? be32_to_cpu(get_unaligned((__be32 *)d)) : \ 62 (s) == 8 ? be64_to_cpu(get_unaligned((__be64 *)d)) : \ 112 *d = be16_to_cpu(get_unaligned((__be16 *)in)) >> (16 - bits); in next_bits() 114 *d = be32_to_cpu(get_unaligned((__be32 *)in)) >> (32 - bits); in next_bits() 116 *d = be64_to_cpu(get_unaligned((__be64 *)in)) >> (64 - bits); in next_bits()
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | eeprom.c | 288 u32 base15 = get_unaligned((u16*)&p[7]); in tulip_parse_eeprom() 290 (get_unaligned((u16*)&p[9])<<16) + base15; in tulip_parse_eeprom() 292 (get_unaligned((u16*)&p[11])<<16) + base15; in tulip_parse_eeprom() 294 mtable->csr15dir = get_unaligned((u16*)&p[3])<<16; in tulip_parse_eeprom() 295 mtable->csr15val = get_unaligned((u16*)&p[5])<<16; in tulip_parse_eeprom()
|
/openbmc/linux/lib/zstd/common/ |
H A D | mem.h | 113 return get_unaligned((const U16 *)memPtr); in MEM_read16() 118 return get_unaligned((const U32 *)memPtr); in MEM_read32() 123 return get_unaligned((const U64 *)memPtr); in MEM_read64() 128 return get_unaligned((const size_t *)memPtr); in MEM_readST()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | unaligned-memory-access.rst | 178 避免非对齐访问的最简单方法是使用<asm/unaligned.h>头文件提供的get_unaligned()和 200 get_unaligned()宏的工作原理与此类似。假设'data'是一个指向内存的指针,并且你希望避免 203 u32 value = get_unaligned((u32 *) data);
|
/openbmc/u-boot/lib/ |
H A D | hexdump.c | 87 get_unaligned(ptr8 + j)); in hex_dump_to_buffer() 98 get_unaligned(ptr4 + j)); in hex_dump_to_buffer() 109 get_unaligned(ptr2 + j)); in hex_dump_to_buffer()
|
/openbmc/linux/net/dccp/ |
H A D | options.c | 138 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options() 163 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options() 181 __be16 opt_val2 = get_unaligned((__be16 *)value); in dccp_parse_options() 184 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options() 199 __be16 opt_val2 = get_unaligned((__be16 *)value); in dccp_parse_options() 202 opt_val = get_unaligned((__be32 *)value); in dccp_parse_options()
|
/openbmc/linux/lib/ |
H A D | hexdump.c | 162 get_unaligned(ptr8 + j)); in hex_dump_to_buffer() 173 get_unaligned(ptr4 + j)); in hex_dump_to_buffer() 184 get_unaligned(ptr2 + j)); in hex_dump_to_buffer()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | module.c | 53 value = get_unaligned(location); in apply_relocate_add() 59 value = get_unaligned(location); in apply_relocate_add()
|
H A D | dwarf.c | 130 u32 val = get_unaligned(src); in dwarf_read_addr() 247 decoded_addr += get_unaligned((u32 *)addr); in dwarf_read_encoded_value() 272 initial_len = get_unaligned((u32 *)addr); in dwarf_entry_len() 287 *len = get_unaligned((u64 *)addr + 4); in dwarf_entry_len() 452 delta = get_unaligned((u16 *)current_insn); in dwarf_cfa_execute_insns() 457 delta = get_unaligned((u32 *)current_insn); in dwarf_cfa_execute_insns() 1058 entry_type = get_unaligned((u32 *)p); in dwarf_parse_section()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | compression.c | 22 tot_len = le32_to_cpu(get_unaligned((u32 *)cbuf)); in decompress_lzo() 35 in_len = le32_to_cpu(get_unaligned((u32 *)cbuf)); in decompress_lzo()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | unaligned.h | 12 #define get_unaligned __get_unaligned_be macro
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | unaligned.h | 12 #define get_unaligned __get_unaligned_be macro
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 231 outw(get_unaligned(sp++), port); in outsw() 241 outl(get_unaligned(sp++), port); in outsl()
|