Searched refs:__swp_type (Results 1 – 25 of 43) sorted by relevance
12
180 #define __swp_type(x) (((x).val >> 10) & 0x1f) macro191 #define __swp_type(x) (((x).val >> 4) & 0x1f) macro200 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro214 #define __swp_type(x) (((x).val >> 8) & 0x1f) macro
292 #define __swp_type(x) (((x).val >> 16) & 0xff) macro
34 #define __swp_type(x) (0) macro
209 #define __swp_type(x) ((x).val & 0x7F) macro
12 #define __swp_type(x) (0) macro
48 #define __swp_type(x) (0) macro
47 #define __swp_type(x) (0) macro
71 #define __swp_type(x) (((x).val >> (_PAGE_BIT_PRESENT + 1)) \ macro
181 #define __swp_type(x) (((x).val) & 0x1f) macro
186 #define __swp_type(x) (((x).val >> (SWP_TYPE_FIRST_BIT)) \ macro
42 #define __swp_type(x) (0) macro
460 #define __swp_type(x) ((x).val & 0x1f) macro467 #define __swp_type(x) ((x).val & 0xff) macro
299 #define __swp_type(x) (((x).val & 3) + (((x).val >> 1) & 0x3c)) macro
37 #define __swp_type(x) (0) macro506 #define __swp_type(entry) ((entry).val & 0x3f) macro
59 #define __swp_type(x) (0) macro466 #define __swp_type(x) (((x).val >> 1) & 0x1f) macro
325 #define __swp_type(entry) ((entry).val & 0x1f) macro
277 #define __swp_type(x) (((x).val >> 5) & 0x7f) macro
283 #define __swp_type(swp) (((swp).val >> 26) & 0x3) macro
268 #define __swp_type(x) (((x).val >> __SWP_TYPE_SHIFT) \ macro
228 #define __swp_type(x) (((x).val >> 1) & 0xff) macro
327 #define __swp_type(x) (((x).val >> 2) & 0x1f) macro
380 #define __swp_type(pte_lookalike) (((pte_lookalike).val) & 0x1f) macro
162 #define __swp_type(x) ((x).val & 0x1f) macro
330 #define __swp_type(x) (((x).val >> 4) & 0x3f) macro
473 #define __swp_type(swp_pte) (((swp_pte).val >> 1) & 0x1f) macro