Home
last modified time | relevance | path

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

/linux/lib/
H A Dfind_bit.c24 * @FETCH: The expression that fetches and pre-processes each word of bitmap(s)
28 #define FIND_FIRST_BIT(FETCH, MUNGE, size) \ argument
33 val = (FETCH); \
45 * @FETCH: The expression that fetches and pre-processes each word of bitmap(s)
50 #define FIND_NEXT_BIT(FETCH, MUNGE, size, start) \ argument
60 for (tmp = (FETCH) & mask; !tmp; tmp = (FETCH)) { \
71 #define FIND_NTH_BIT(FETCH, size, num) \ argument
79 tmp = (FETCH); \
88 tmp = (FETCH)
[all...]
H A Dbitmap.c325 #define BITMAP_WEIGHT(FETCH, bits) \ argument
330 w += hweight_long(FETCH); \
333 w += hweight_long((FETCH) & BITMAP_LAST_WORD_MASK(__bits)); \
/linux/tools/lib/
H A Dfind_bit.c27 #define FIND_FIRST_BIT(FETCH, MUNGE, size) \ argument
32 val = (FETCH); \
49 #define FIND_NEXT_BIT(FETCH, MUNGE, size, start) \ argument
59 for (tmp = (FETCH) & mask; !tmp; tmp = (FETCH)) { \
/linux/drivers/firmware/efi/libstub/
H A Dfind.c13 #define FIND_NEXT_BIT(FETCH, MUNGE, size, start) \ argument
23 for (tmp = (FETCH) & mask; !tmp; tmp = (FETCH)) { \
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst697 FETCH 0x01 modifier: return old value
698 XCHG 0xe0 | FETCH atomic exchange
699 CMPXCHG 0xf0 | FETCH atomic compare and exchange
702 The ``FETCH`` modifier is optional for simple atomic operations, and
703 always set for the complex atomic operations. If the ``FETCH`` flag
/linux/arch/m68k/fpsp040/
H A Dsatan.S291 |--WHILE THE DIVISION IS TAKING ITS TIME, WE FETCH ATAN(|F|)
/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S6397 #--WHILE THE DIVISION IS TAKING ITS TIME, WE FETCH ATAN(|F|)
H A Dfplsp.S6265 #--FETCH F AND SAVING OF REGISTERS CAN BE ALL HIDED UNDER THE