Home
last modified time | relevance | path

Searched refs:cpu_to_be64 (Results 1 – 15 of 15) sorted by relevance

/arch/powerpc/boot/
Dflatdevtree_env.h25 #define cpu_to_be64(x) (x) macro
/arch/arm/boot/compressed/
Dlibfdt_env.h13 #define cpu_to_fdt64(x) cpu_to_be64(x)
/arch/x86/kernel/
Dtce_64.c67 *tp = cpu_to_be64(t); in tce_build()
82 *tp = cpu_to_be64(0); in tce_free()
Dpci-calgary_64.c797 tbl->tar_val = cpu_to_be64(val64); in calgary_setup_tar()
815 writeq(cpu_to_be64(val64), target); in calgary_free_bus()
953 writeq(cpu_to_be64(val64), target); in calgary_set_split_completion_timeout()
/arch/x86/crypto/
Dblowfish_glue.c305 ctrblocks[0] = cpu_to_be64(ctrblk++); in __ctr_crypt()
306 ctrblocks[1] = cpu_to_be64(ctrblk++); in __ctr_crypt()
307 ctrblocks[2] = cpu_to_be64(ctrblk++); in __ctr_crypt()
308 ctrblocks[3] = cpu_to_be64(ctrblk++); in __ctr_crypt()
326 ctrblocks[0] = cpu_to_be64(ctrblk++); in __ctr_crypt()
335 *(__be64 *)walk->iv = cpu_to_be64(ctrblk); in __ctr_crypt()
Dsha1_ssse3_glue.c119 bits = cpu_to_be64(sctx->count << 3); in sha1_ssse3_final()
Dtwofish_glue_3way.c251 dst->a = cpu_to_be64(src->a); in u128_to_be128()
252 dst->b = cpu_to_be64(src->b); in u128_to_be128()
Dserpent_sse2_glue.c278 dst->a = cpu_to_be64(src->a); in u128_to_be128()
279 dst->b = cpu_to_be64(src->b); in u128_to_be128()
Dcamellia_glue.c1501 dst->a = cpu_to_be64(src->a); in u128_to_be128()
1502 dst->b = cpu_to_be64(src->b); in u128_to_be128()
/arch/arm/crypto/
Dsha512_neon_glue.c165 bits[1] = cpu_to_be64(sctx->count[0] << 3); in sha512_neon_final()
166 bits[0] = cpu_to_be64(sctx->count[1] << 3 | sctx->count[0] >> 61); in sha512_neon_final()
193 dst[i] = cpu_to_be64(sctx->state[i]); in sha512_neon_final()
Dsha1_glue.c97 bits = cpu_to_be64(sctx->count << 3); in sha1_final()
Dsha1_neon_glue.c111 bits = cpu_to_be64(sctx->count << 3); in sha1_neon_final()
/arch/x86/mm/
Dmemtest.c83 (unsigned long long)cpu_to_be64(pattern)); in do_one_pass()
/arch/mips/include/asm/
Dio.h471 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
/arch/powerpc/platforms/pseries/
Diommu.c975 ddwprop->dma_base = cpu_to_be64(of_read_number(&create.addr_hi, 2)); in enable_ddw()