Home
last modified time | relevance | path

Searched refs:buf64 (Results 1 – 3 of 3) sorted by relevance

/linux/security/selinux/ss/
H A Debitmap.c516 __le64 buf64[1]; in ebitmap_write() local
531 buf64[0] = cpu_to_le64(map); in ebitmap_write()
532 rc = put_entry(buf64, sizeof(u64), 1, fp); in ebitmap_write()
544 __le64 buf64[1]; in ebitmap_write() local
552 buf64[0] = cpu_to_le64(map); in ebitmap_write()
553 rc = put_entry(buf64, sizeof(u64), 1, fp); in ebitmap_write()
/linux/drivers/mtd/nand/raw/
H A Dorion_nand.c56 uint64_t *buf64; in orion_nand_read_buf() local
65 buf64 = (uint64_t *)buf; in orion_nand_read_buf()
75 buf64[i++] = x; in orion_nand_read_buf()
/linux/drivers/mmc/host/
H A Dtmio_mmc_core.c354 u64 *buf64 = (u64 *)buf; in tmio_mmc_transfer_data() local
360 buf64, count >> 3); in tmio_mmc_transfer_data()
363 buf64, count >> 3); in tmio_mmc_transfer_data()
370 buf64 += count >> 3; in tmio_mmc_transfer_data()
375 memcpy(buf64, &data, count); in tmio_mmc_transfer_data()
377 memcpy(&data, buf64, count); in tmio_mmc_transfer_data()