Lines Matching defs:bytes
76 * 3. Valid access sizes are 1, 2, 4 and 8 bytes. On x86/32 systems only
107 * read_std: Read bytes of standard (non-emulated/special) memory.
111 * @bytes: [IN ] Number of bytes to read from memory.
116 unsigned int bytes,
120 * write_std: Write bytes of standard (non-emulated/special) memory.
124 * @bytes: [IN ] Number of bytes to write to memory.
128 unsigned long addr, void *val, unsigned int bytes,
131 * fetch: Read bytes of standard (non-emulated/special) memory.
135 * @bytes: [IN ] Number of bytes to read from memory.
138 unsigned long addr, void *val, unsigned int bytes,
142 * read_emulated: Read bytes from emulated/special memory area.
145 * @bytes: [IN ] Number of bytes to read from memory.
148 unsigned long addr, void *val, unsigned int bytes,
152 * write_emulated: Write bytes to emulated/special memory area.
154 * @val: [IN ] Value to write to memory (low-order bytes used as
156 * @bytes: [IN ] Number of bytes to write to memory.
160 unsigned int bytes,
169 * @bytes: [IN ] Number of bytes to access using CMPXCHG.
175 unsigned int bytes,
232 unsigned int bytes;
325 /* current opcode length in bytes */