Home
last modified time | relevance | path

Searched refs:hword (Results 1 – 9 of 9) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dalternative.h51 .hword (to - from)/4, cond ! \
60 .hword -num_instructions, cond ! \
/linux/arch/mips/vdso/
H A Delf.S37 .hword 0 /* version */
/linux/arch/sparc/lib/
H A Dchecksum_32.S64 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/lib/crc/arm64/
H A Dcrc32-core.S117 hword\order w3
/linux/arch/mips/include/asm/
H A Dasmmacro.h31 .hword ((\enc) >> 16)
32 .hword ((\enc) & 0xffff)
/linux/drivers/crypto/ccree/
H A Dcc_hw_queue_defs.h65 u16 hword[HW_DESC_SIZE_WORDS * 2]; member
/linux/arch/arm/include/asm/
H A Dassembler.h580 .hword \line
/linux/drivers/message/fusion/
H A Dmptbase.c4862 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()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c550 __be16 hword; member
590 len = be16_to_cpu(((struct reg_vpa *)va)->length.hword); in do_h_register_vpa()