Searched refs:tmp32 (Results 1 – 4 of 4) sorted by relevance
| /arch/mips/sgi-ip22/ |
| A D | ip22-gio.c | 270 u32 tmp32; in ip22_gio_id() local 276 if (!get_dbe(tmp32, ptr32)) { in ip22_gio_id() 293 *res = tmp32; in ip22_gio_id() 299 tmp8 == (tmp32 & 0xff) && in ip22_gio_id() 300 tmp16 == (tmp32 & 0xffff)) { in ip22_gio_id() 301 *res = tmp32; in ip22_gio_id()
|
| /arch/sparc/kernel/ |
| A D | pci_common.c | 57 u32 tmp32, *addr; in sun4u_read_pci_cfg_host() local 95 tmp32 = 0xffffffff; in sun4u_read_pci_cfg_host() 97 where, 2, &tmp32); in sun4u_read_pci_cfg_host() 98 *value = tmp32; in sun4u_read_pci_cfg_host() 100 tmp32 = 0xffffffff; in sun4u_read_pci_cfg_host() 102 where + 2, 2, &tmp32); in sun4u_read_pci_cfg_host() 103 *value |= tmp32 << 16; in sun4u_read_pci_cfg_host()
|
| /arch/x86/crypto/ |
| A D | aes-ctr-avx-x86_64.S | 118 .macro _load_partial_block src, dst, tmp64, tmp32 137 mov (\src, %rcx), \tmp32 // Load last 4 bytes 145 movzwl (\src, %rcx), \tmp32 // Load last 2 bytes 157 .macro _store_partial_block src, dst, tmp64, tmp32 163 mov %ecx, \tmp32 176 mov %ecx, \tmp32
|
| A D | aes-gcm-aesni-x86_64.S | 210 .macro _load_partial_block src, dst, tmp64, tmp32 229 mov (\src, %rcx), \tmp32 // Load last 4 bytes 237 movzwl (\src, %rcx), \tmp32 // Load last 2 bytes
|
Completed in 8 milliseconds