Re: [PATCH v6 04/20] xen/asm-generic: introduce generic non-atomic test_*bit()

2024-03-21 Thread Oleksii
On Wed, 2024-03-20 at 16:30 +0100, Jan Beulich wrote: > On 15.03.2024 19:06, Oleksii Kurochko wrote: > > The patch introduces the following generic functions: > > * test_bit > > * generic___test_and_set_bit > > * generic___test_and_clear_bit > > * generic___test_and_change_bit > > > > Also, the

Re: [PATCH v6 04/20] xen/asm-generic: introduce generic non-atomic test_*bit()

2024-03-20 Thread Jan Beulich
On 15.03.2024 19:06, Oleksii Kurochko wrote: > The patch introduces the following generic functions: > * test_bit > * generic___test_and_set_bit > * generic___test_and_clear_bit > * generic___test_and_change_bit > > Also, the patch introduces the following generics which are > used by the

[PATCH v6 04/20] xen/asm-generic: introduce generic non-atomic test_*bit()

2024-03-15 Thread Oleksii Kurochko
The patch introduces the following generic functions: * test_bit * generic___test_and_set_bit * generic___test_and_clear_bit * generic___test_and_change_bit Also, the patch introduces the following generics which are used by the functions mentioned above: * BITOP_BITS_PER_WORD * BITOP_MASK *