Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/kvm/
Dinterrupt.c214 static inline u8 int_word_to_isc(u32 int_word) in int_word_to_isc() argument
216 return (int_word & 0x38000000) >> 27; in int_word_to_isc()