Lines Matching +full:byte +full:- +full:order

1 /* SPDX-License-Identifier: GPL-2.0 */
7 #include <asm/processor-flags.h>
15 * other: they should execute in program order. However GCC 4.9.x and 5.x have
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()
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 */
229 * Both __src and __dst must be memory constraints in order to tell the 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.
258 * kernel space to MMIO space, in a unit of 512 bits. Order of data access
260 * returns 0 on success and -EAGAIN on failure.
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()