Lines Matching +full:64 +full:- +full:byte

1 /* SPDX-License-Identifier: GPL-2.0 */
7 #include <asm/processor-flags.h>
62 * This could fault if CR4 does not exist. Non-existent CR4 in native_read_cr4()
89 asm volatile(".byte 0x0f,0x01,0xee\n\t" in rdpkru()
103 asm volatile(".byte 0x0f,0x01,0xef\n\t" in wrpkru()
179 alternative_io(".byte 0x3e; clflush %0", in clflushopt()
180 ".byte 0x66; clflush %0", in clflushopt()
187 volatile struct { char x[64]; } *p = __p; in clwb()
190 ".byte 0x3e; clflush (%[pax])", in clwb()
191 ".byte 0x66; clflush (%[pax])", /* clflushopt (%%rax) */ in clwb()
193 ".byte 0x66, 0x0f, 0xae, 0x30", /* clwb (%%rax) */ in clwb()
208 return -EFAULT; in write_user_shstk_64()
217 asm volatile(".byte 0xf, 0x1, 0xe8" ::: "memory"); in serialize()
220 /* The dst parameter must be 64-bytes aligned */
223 const struct { char _[64]; } *__src = src; in movdir64b()
224 struct { char _[64]; } *__dst = dst; in movdir64b()
237 asm volatile(".byte 0x66, 0x0f, 0x38, 0xf8, 0x02" in movdir64b()
248 * enqcmds - Enqueue a command in supervisor (CPL0) mode
249 * @dst: destination, in MMIO space (must be 512-bit aligned)
252 * The ENQCMDS instruction allows software to write a 512-bit command to
253 * a 512-bit-aligned special MMIO region that supports the instruction.
260 * returns 0 on success and -EAGAIN on failure.
268 const struct { char _[64]; } *__src = src; in enqcmds()
269 struct { char _[64]; } __iomem *__dst = dst; in enqcmds()
277 asm volatile(".byte 0xf3, 0x0f, 0x38, 0xf8, 0x02, 0x66, 0x90" in enqcmds()
284 return -EAGAIN; in enqcmds()
295 asm volatile(".byte 0xc4, 0xe2, 0x78, 0x49, 0xc0"); in tile_release()