Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dtrace.h50 unsigned int word1, unsigned int word2),
51 TP_ARGS(victim, tid, word0, word1, word2),
57 __field( unsigned int, word1 )
65 __entry->word1 = word1;
71 __entry->word1, __entry->word2)
76 unsigned int word1, unsigned int word2),
77 TP_ARGS(gtlb_index, tid, word0, word1, word2),
83 __field( unsigned int, word1 )
91 __entry->word1 = word1;
97 __entry->word1, __entry->word2)
/arch/x86/pci/
Dbroadcom_bus.c23 u16 word1, word2; in cnb20le_res() local
46 word1 = read_pci_config_16(bus, slot, func, 0xc0); in cnb20le_res()
48 if (word1 != word2) { in cnb20le_res()
49 res.start = ((resource_size_t) word1 << 16) | 0x0000; in cnb20le_res()
56 word1 = read_pci_config_16(bus, slot, func, 0xc4); in cnb20le_res()
58 if (word1 != word2) { in cnb20le_res()
59 res.start = ((resource_size_t) word1 << 16) | 0x0000; in cnb20le_res()
66 word1 = read_pci_config_16(bus, slot, func, 0xd0); in cnb20le_res()
68 if (word1 != word2) { in cnb20le_res()
69 res.start = word1; in cnb20le_res()
/arch/ia64/lib/
Ddo_csum.S131 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
181 and word1[0]=firstval,hmask // and mask it as appropriate
184 (p8) mov result1[0]=word1[0]
185 (p9) add result1[0]=word1[0],word2[0]
187 cmp.ltu p6,p0=result1[0],word1[0] // check the carry
195 ld8 word1[1]=[first1],8 // load an 8-byte word
199 add result1[0]=result1[0],word1[1]
201 cmp.ltu p6,p0=result1[0],word1[1]
227 (ELD_1) cmp.ltu pC1[0],p0=result1[LOAD_LATENCY],word1[LOAD_LATENCY+1]
231 (ELD) add result1[LOAD_LATENCY-1]=result1[LOAD_LATENCY],word1[LOAD_LATENCY]
[all …]
Dcopy_user.S58 #define word1 r16 macro
175 (p14) sub word1=8,src2 // (8 - src offset)
177 (p15) sub word1=8,dst2 // (8 - dst offset)
182 (p14) sub word1=word1,t1
184 sub len1=len,word1 // resulting len
189 adds cnt=-1,word1
/arch/mips/include/asm/octeon/
Dcvmx-wqe.h562 union cvmx_wqe_word1 word1; member
605 port = work->word1.cn38xx.ipprt; in cvmx_wqe_get_port()
615 work->word1.cn38xx.ipprt = port; in cvmx_wqe_set_port()
623 grp = work->word1.cn68xx.grp; in cvmx_wqe_get_grp()
625 grp = work->word1.cn38xx.grp; in cvmx_wqe_get_grp()
633 work->word1.cn68xx.grp = grp; in cvmx_wqe_set_grp()
635 work->word1.cn38xx.grp = grp; in cvmx_wqe_set_grp()
643 qos = work->word1.cn68xx.qos; in cvmx_wqe_get_qos()
645 qos = work->word1.cn38xx.qos; in cvmx_wqe_get_qos()
653 work->word1.cn68xx.qos = qos; in cvmx_wqe_set_qos()
[all …]
Dcvmx-pow.h1813 wqp->word1.tag = tag; in cvmx_pow_work_submit()
1814 wqp->word1.tag_type = tag_type; in cvmx_pow_work_submit()
/arch/arc/kernel/
Ddisasm.c26 uint16_t word1 = 0, word0 = 0; in disasm_instr() local
46 word1 = *((uint16_t *)addr); in disasm_instr()
48 state->major_opcode = (word1 >> 11) & 0x1F; in disasm_instr()
56 state->words[0] = (word1 << 16) | word0; in disasm_instr()
59 state->words[0] = word1; in disasm_instr()
63 word1 = *((uint16_t *)(addr + state->instr_len)); in disasm_instr()
65 state->words[1] = (word1 << 16) | word0; in disasm_instr()
Dperf_event.c570 u32 word0, word1; in arc_pmu_device_probe() member
618 cc_name.indiv.word1 = le32_to_cpu(read_aux_reg(ARC_REG_CC_NAME1)); in arc_pmu_device_probe()
/arch/sparc/kernel/
Dpci_fire.c95 u64 word1; member