Searched refs:word_idx (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/events/ |
H A D | events_2l.c | 170 int word_idx, bit_idx; in evtchn_2l_handle_events() local 179 word_idx = evtchn / BITS_PER_LONG; in evtchn_2l_handle_events() 181 if (active_evtchns(cpu, s, word_idx) & (1ULL << bit_idx)) in evtchn_2l_handle_events() 195 word_idx = start_word_idx; in evtchn_2l_handle_events() 200 words = MASK_LSBS(pending_words, word_idx); in evtchn_2l_handle_events() 206 word_idx = 0; in evtchn_2l_handle_events() 210 word_idx = EVTCHN_FIRST_BIT(words); in evtchn_2l_handle_events() 212 pending_bits = active_evtchns(cpu, s, word_idx); in evtchn_2l_handle_events() 226 if (word_idx == start_word_idx) { in evtchn_2l_handle_events() 244 port = (word_idx * BITS_PER_EVTCHN_WOR in evtchn_2l_handle_events() 330 int word_idx = i / BITS_PER_EVTCHN_WORD; xen_debug_interrupt() local [all...] |
/kernel/linux/linux-6.6/drivers/xen/events/ |
H A D | events_2l.c | 170 int word_idx, bit_idx; in evtchn_2l_handle_events() local 179 word_idx = evtchn / BITS_PER_LONG; in evtchn_2l_handle_events() 181 if (active_evtchns(cpu, s, word_idx) & (1ULL << bit_idx)) in evtchn_2l_handle_events() 195 word_idx = start_word_idx; in evtchn_2l_handle_events() 200 words = MASK_LSBS(pending_words, word_idx); in evtchn_2l_handle_events() 206 word_idx = 0; in evtchn_2l_handle_events() 210 word_idx = EVTCHN_FIRST_BIT(words); in evtchn_2l_handle_events() 212 pending_bits = active_evtchns(cpu, s, word_idx); in evtchn_2l_handle_events() 226 if (word_idx == start_word_idx) { in evtchn_2l_handle_events() 244 port = (word_idx * BITS_PER_EVTCHN_WOR in evtchn_2l_handle_events() 330 int word_idx = i / BITS_PER_EVTCHN_WORD; xen_debug_interrupt() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl8712_efuse.c | 186 u8 word_idx; in calculate_word_cnts() local 188 for (word_idx = 0; word_idx < PGPKG_MAX_WORDS; word_idx++) in calculate_word_cnts() 189 if (!(word_en & BIT(word_idx))) in calculate_word_cnts() 198 u8 word_idx, byte_idx; in pgpacket_copy_data() local 200 for (word_idx = 0; word_idx < PGPKG_MAX_WORDS; word_idx++) { in pgpacket_copy_data() 201 if (!(word_en & BIT(word_idx))) { in pgpacket_copy_data() [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl8712_efuse.c | 186 u8 word_idx; in calculate_word_cnts() local 188 for (word_idx = 0; word_idx < PGPKG_MAX_WORDS; word_idx++) in calculate_word_cnts() 189 if (!(word_en & BIT(word_idx))) in calculate_word_cnts() 198 u8 word_idx, byte_idx; in pgpacket_copy_data() local 200 for (word_idx = 0; word_idx < PGPKG_MAX_WORDS; word_idx++) { in pgpacket_copy_data() 201 if (!(word_en & BIT(word_idx))) { in pgpacket_copy_data() [all...] |
/kernel/linux/linux-6.6/drivers/vdpa/solidrun/ |
H A D | snet_ctrl.c | 90 static u32 snet_read32_word(struct snet_ctrl_regs __iomem *ctrl_regs, u16 word_idx) in snet_read32_word() argument 92 return ioread32(&ctrl_regs->data[word_idx]); in snet_read32_word()
|
Completed in 4 milliseconds