Searched refs:hword (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/arm64/kvm/ |
| H A D | mmio.c | 18 u16 hword; in kvm_mmio_write_buf() member 29 tmp.hword = data; in kvm_mmio_write_buf() 30 datap = &tmp.hword; in kvm_mmio_write_buf() 49 u16 hword; in kvm_mmio_read_buf() member 59 memcpy(&tmp.hword, buf, len); in kvm_mmio_read_buf() 60 data = tmp.hword; in kvm_mmio_read_buf()
|
| /linux/arch/parisc/include/asm/ |
| H A D | alternative.h | 51 .hword (to - from)/4, cond ! \ 60 .hword -num_instructions, cond ! \
|
| /linux/arch/mips/vdso/ |
| H A D | elf.S | 40 .hword 0 /* version */
|
| /linux/arch/sparc/lib/ |
| H A D | checksum_32.S | 64 or %g0, %g0, %o4 ! clear fake hword value 65 2: lduh [%o0], %o4 ! get hword 66 be 6f ! jmp if only hword remains 68 sll %o4, 16, %o4 ! create upper hword 71 or %o5, %o4, %o4 ! coalese with hword (if any)
|
| /linux/drivers/crypto/ccree/ |
| H A D | cc_hw_queue_defs.h | 65 u16 hword[HW_DESC_SIZE_WORDS * 2]; member
|
| /linux/arch/mips/include/asm/ |
| H A D | asmmacro.h | 31 .hword ((\enc) >> 16) 32 .hword ((\enc) & 0xffff)
|
| /linux/arch/arm/include/asm/ |
| H A D | assembler.h | 580 .hword \line
|
| /linux/drivers/message/fusion/ |
| H A D | mptbase.c | 4862 u16 hword; in WaitForDoorbellReply() local 4894 hword = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF); in WaitForDoorbellReply() 4897 hs_reply[u16cnt] = hword; in WaitForDoorbellReply()
|