Home
last modified time | relevance | path

Searched refs:c64 (Results 1 - 7 of 7) sorted by relevance

/kernel/liteos_a/lib/libc/musl/src/
H A Dmemset.c40 uint64_t c64 = 0; in memset() local
52 c64 = c32; in memset()
53 c64 |= c64 << 32; /* 32, Processed bits */ in memset()
72 *(uint64_t *)(pos) = c64; in memset()
73 *(uint64_t *)(pos + 8) = c64; /* 8, size of uint64_t */ in memset()
74 *(uint64_t *)(pos + 16) = c64; /* 16, size of two uint64_t data */ in memset()
75 *(uint64_t *)(pos + 24) = c64; /* 24, size of three uint64_t data */ in memset()
85 *(uint64_t *)(pos) = c64; in memset()
86 *(uint64_t *)(pos + 8) = c64; /* in memset()
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dvfio_ccw_cp.c235 #define idal_is_2k(_cp) (!(_cp)->orb.cmd.c64 || (_cp)->orb.cmd.i2k)
530 if (cp->orb.cmd.c64) { in get_guest_idal()
565 int size = cp->orb.cmd.c64 ? sizeof(u64) : sizeof(u32); in ccw_count_idaws()
583 if (!cp->orb.cmd.c64) in ccw_count_idaws()
590 if (!cp->orb.cmd.c64) in ccw_count_idaws()
641 if (cp->orb.cmd.c64) in ccwchain_fetch_ccw()
698 * 1. Supports idal(c64) ccw chaining.
868 if (!orb->cmd.c64) in cp_get_orb()
870 orb->cmd.c64 = 1; in cp_get_orb()
H A Dorb.h31 u32 c64:1; /* IDAW/QDIO 64 bit control */ member
H A Dcio.c147 orb->cmd.c64 = 1; in cio_start_key()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dorb.h31 u32 c64:1; /* IDAW/QDIO 64 bit control */ member
H A Dvfio_ccw_cp.c384 if ((!cp->orb.cmd.c64 || cp->orb.cmd.i2k) && ccw_is_idal(ccw)) in ccwchain_calc_length()
629 * 1. Supports idal(c64) ccw chaining.
668 cp->orb.cmd.c64 = 1; in cp_init()
H A Dcio.c147 orb->cmd.c64 = 1; in cio_start_key()

Completed in 6 milliseconds