Home
last modified time | relevance | path

Searched defs:aligned_byte_mask (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dbitops.h9 # define aligned_byte_mask(n) ((1UL << 8*(n))-1) macro
11 # define aligned_byte_mask(n) (~0xffUL << (BITS_PER_LONG - 8 - 8*(n))) macro
/kernel/linux/linux-6.6/include/linux/
Dbitops.h13 # define aligned_byte_mask(n) ((1UL << 8*(n))-1) macro
15 # define aligned_byte_mask(n) (~0xffUL << (BITS_PER_LONG - 8 - 8*(n))) macro