Home
last modified time | relevance | path

Searched refs:word2 (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/kvm/
Dtrace.h50 unsigned int word1, unsigned int word2),
51 TP_ARGS(victim, tid, word0, word1, word2),
58 __field( unsigned int, word2 )
66 __entry->word2 = word2;
71 __entry->word1, __entry->word2)
76 unsigned int word1, unsigned int word2),
77 TP_ARGS(gtlb_index, tid, word0, word1, word2),
84 __field( unsigned int, word2 )
92 __entry->word2 = word2;
97 __entry->word1, __entry->word2)
/arch/x86/pci/
Dbroadcom_bus.c23 u16 word1, word2; in cnb20le_res() local
47 word2 = read_pci_config_16(bus, slot, func, 0xc2); in cnb20le_res()
48 if (word1 != word2) { in cnb20le_res()
50 res.end = ((resource_size_t) word2 << 16) | 0xffff; in cnb20le_res()
57 word2 = read_pci_config_16(bus, slot, func, 0xc6); in cnb20le_res()
58 if (word1 != word2) { in cnb20le_res()
60 res.end = ((resource_size_t) word2 << 16) | 0xffff; in cnb20le_res()
67 word2 = read_pci_config_16(bus, slot, func, 0xd2); in cnb20le_res()
68 if (word1 != word2) { in cnb20le_res()
70 res.end = word2; in cnb20le_res()
/arch/nios2/kernel/
Dmodule.c113 Elf32_Addr word2; in apply_relocate_add() local
116 word2 = ((v >> 16) + ((v >> 15) & 1)) & 0xffff; in apply_relocate_add()
117 *loc = ((((word >> 22) << 16) | word2) << 6) | in apply_relocate_add()
/arch/ia64/lib/
Ddo_csum.S131 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
176 (p9) and word2[0]=lastval,tmask // mask last it as appropriate
185 (p9) add result1[0]=word1[0],word2[0]
229 (ELD_1) cmp.ltu pC2[0],p0=result2[LOAD_LATENCY],word2[LOAD_LATENCY+1]
232 (ELD) add result2[LOAD_LATENCY-1]=result2[LOAD_LATENCY],word2[LOAD_LATENCY]
235 (p[0]) ld8 word2[0]=[first2],16
Dcopy_user.S59 #define word2 r17 macro
/arch/mips/include/asm/octeon/
Dcvmx-wqe.h569 cvmx_pip_wqe_word2 word2; member
603 port = work->word2.s_cn68xx.port; in cvmx_wqe_get_port()
613 work->word2.s_cn68xx.port = port; in cvmx_wqe_set_port()
Dcvmx-helper-util.h133 number_buffers = work->word2.s.bufs; in cvmx_helper_free_packet_data()