Home
last modified time | relevance | path

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

/arch/x86/pci/
Dbroadcom_bus.c26 u16 word1, word2; in cnb20le_res() local
55 word2 = read_pci_config_16(bus, slot, func, 0xc2); in cnb20le_res()
56 if (word1 != word2) { in cnb20le_res()
58 res.end = (word2 << 16) | 0xffff; in cnb20le_res()
65 word2 = read_pci_config_16(bus, slot, func, 0xc6); in cnb20le_res()
66 if (word1 != word2) { in cnb20le_res()
68 res.end = (word2 << 16) | 0xffff; in cnb20le_res()
75 word2 = read_pci_config_16(bus, slot, func, 0xd2); in cnb20le_res()
76 if (word1 != word2) { in cnb20le_res()
78 res.end = word2; in cnb20le_res()
/arch/powerpc/kvm/
Dtrace.h51 unsigned int word1, unsigned int word2),
52 TP_ARGS(victim, tid, word0, word1, word2),
59 __field( unsigned int, word2 )
67 __entry->word2 = word2;
72 __entry->word1, __entry->word2)
77 unsigned int word1, unsigned int word2),
78 TP_ARGS(gtlb_index, tid, word0, word1, word2),
85 __field( unsigned int, word2 )
93 __entry->word2 = word2;
98 __entry->word1, __entry->word2)
D44x_tlb.c63 tlbe->word2); in kvmppc_dump_tlbs()
90 [word2] "=r"(tlbe->word2), in kvmppc_44x_tlbre()
113 [word2] "r"(stlbe->word2), in kvmppc_44x_tlbwe()
303 u32 flags = gtlbe->word2; in kvmppc_mmu_map()
357 stlbe.word2 = kvmppc_44x_tlb_shadow_attrib(flags, in kvmppc_mmu_map()
365 ref->writeable = !!(stlbe.word2 & PPC44x_TLB_UW); in kvmppc_mmu_map()
372 stlbe.word2); in kvmppc_mmu_map()
470 tlbe->word2 = kvmppc_get_gpr(vcpu, rs); in kvmppc_44x_emul_tlbwe()
494 tlbe->word2); in kvmppc_44x_emul_tlbwe()
D44x.c64 tlbe->word2 = PPC44x_TLB_SX | PPC44x_TLB_SW | PPC44x_TLB_SR; in kvmppc_core_vcpu_setup()
70 tlbe->word2 = PPC44x_TLB_SX | PPC44x_TLB_SW | PPC44x_TLB_SR in kvmppc_core_vcpu_setup()
/arch/ia64/lib/
Ddo_csum.S130 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2]
175 (p9) and word2[0]=lastval,tmask // mask last it as appropriate
184 (p9) add result1[0]=word1[0],word2[0]
228 (ELD_1) cmp.ltu pC2[0],p0=result2[LOAD_LATENCY],word2[LOAD_LATENCY+1]
231 (ELD) add result2[LOAD_LATENCY-1]=result2[LOAD_LATENCY],word2[LOAD_LATENCY]
234 (p[0]) ld8 word2[0]=[first2],16
Dcopy_user.S57 #define word2 r17 macro
/arch/mips/cavium-octeon/executive/
Dcvmx-helper-util.c101 cvmx_dprintf(" Buffers: %u\n", work->word2.s.bufs); in cvmx_helper_dump_packet()
103 if (work->word2.s.bufs == 0) { in cvmx_helper_dump_packet()
110 if (likely(!work->word2.s.not_IP)) { in cvmx_helper_dump_packet()
115 work->word2.s.ip_offset; in cvmx_helper_dump_packet()
116 buffer_ptr.s.addr += (work->word2.s.is_v6 ^ 1) << 2; in cvmx_helper_dump_packet()
/arch/powerpc/include/asm/
Dkvm_44x.h35 u32 word2; member
/arch/mips/include/asm/octeon/
Dcvmx-helper-util.h156 number_buffers = work->word2.s.bufs; in cvmx_helper_free_packet_data()
Dcvmx-wqe.h368 cvmx_pip_wqe_word2 word2; member