Searched refs:word2 (Results 1 – 5 of 5) sorted by relevance
| /arch/powerpc/kvm/ |
| A D | trace.h | 50 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/ |
| A D | broadcom_bus.c | 23 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/ |
| A D | module.c | 93 Elf32_Addr word2; in apply_relocate_add() local 96 word2 = ((v >> 16) + ((v >> 15) & 1)) & 0xffff; in apply_relocate_add() 97 *loc = ((((word >> 22) << 16) | word2) << 6) | in apply_relocate_add()
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-wqe.h | 569 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()
|
| A D | cvmx-helper-util.h | 133 number_buffers = work->word2.s.bufs; in cvmx_helper_free_packet_data()
|
Completed in 11 milliseconds