Searched refs:SWAP (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_regs.c | 22 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument 25 ((SWAP) << 5) | ((ID) << 0))
|
/Linux-v4.19/drivers/video/fbdev/ |
D | dnfb.c | 103 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) macro 261 out_be16(AP_ROP_1, SWAP(0x3)); in dnfb_probe()
|
/Linux-v4.19/Documentation/accounting/ |
D | delay-accounting.txt | 98 SWAP count delay total 114 SWAP count delay total
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | xmon.c | 2073 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) macro 2082 SWAP(val[0], val[1], t); in byterev() 2085 SWAP(val[0], val[3], t); in byterev() 2086 SWAP(val[1], val[2], t); in byterev() 2089 SWAP(val[0], val[7], t); in byterev() 2090 SWAP(val[1], val[6], t); in byterev() 2091 SWAP(val[2], val[5], t); in byterev() 2092 SWAP(val[3], val[4], t); in byterev()
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | rc-tables.rst | 295 - ANGLE / SWAP
|
/Linux-v4.19/Documentation/filesystems/ |
D | tmpfs.txt | 141 RAM/SWAP in 10240 inodes and it is only accessible by root.
|
/Linux-v4.19/kernel/power/ |
D | Kconfig | 36 depends on SWAP && ARCH_HIBERNATION_POSSIBLE
|
/Linux-v4.19/mm/ |
D | Kconfig | 422 depends on TRANSPARENT_HUGEPAGE && ARCH_WANTS_THP_SWAP && SWAP 467 depends on SWAP
|
/Linux-v4.19/tools/vm/ |
D | page-types.c | 504 flags |= BIT(SWAP); in expand_overloaded_flags()
|
/Linux-v4.19/drivers/mtd/ |
D | Kconfig | 307 depends on MTD && SWAP
|
/Linux-v4.19/drivers/xen/ |
D | Kconfig | 14 depends on XEN && XEN_BALLOON && CLEANCACHE && SWAP && XEN_TMEM
|
/Linux-v4.19/init/ |
D | Kconfig | 244 # For some reason microblaze and nios2 hard code SWAP=n. Hopefully we can 245 # add proper SWAP support to them, in which case this can be remove. 250 config SWAP config 693 depends on MEMCG && SWAP
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | memory.txt | 558 If you want to know more exact memory usage, you should use RSS+CACHE(+SWAP)
|
/Linux-v4.19/ |
D | MAINTAINERS | 16247 ZSWAP COMPRESSED SWAP CACHING
|