1UPPER_32_BITS(9)                 Driver Basics                UPPER_32_BITS(9)
2
3
4

NAME

6       upper_32_bits - return bits 32-63 of a number
7

SYNOPSIS

9       upper_32_bits(n);
10

ARGUMENTS

12       n
13           the number we´re accessing
14

DESCRIPTION

16       A basic shift-right of a 64- or 32-bit quantity. Use this to suppress
17       the “right shift count >= width of type” warning when that quantity is
18       32-bits.
19
21Kernel Hackers Manual 2.6.         June 2019                  UPPER_32_BITS(9)
Impressum