Home
last modified time | relevance | path

Searched refs:SWAP (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/media/platform/mtk-mdp/
Dmtk_mdp_regs.c14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
17 ((SWAP) << 5) | ((ID) << 0))
/Linux-v5.4/drivers/video/fbdev/
Ddnfb.c104 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) macro
262 out_be16(AP_ROP_1, SWAP(0x3)); in dnfb_probe()
/Linux-v5.4/Documentation/accounting/
Ddelay-accounting.rst106 SWAP count delay total
123 SWAP count delay total
/Linux-v5.4/arch/powerpc/xmon/
Dxmon.c2099 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) macro
2108 SWAP(val[0], val[1], t); in byterev()
2111 SWAP(val[0], val[3], t); in byterev()
2112 SWAP(val[1], val[2], t); in byterev()
2115 SWAP(val[0], val[7], t); in byterev()
2116 SWAP(val[1], val[6], t); in byterev()
2117 SWAP(val[2], val[5], t); in byterev()
2118 SWAP(val[3], val[4], t); in byterev()
/Linux-v5.4/Documentation/media/uapi/rc/
Drc-tables.rst302 - ANGLE / SWAP
/Linux-v5.4/Documentation/filesystems/
Dtmpfs.txt141 RAM/SWAP in 10240 inodes and it is only accessible by root.
/Linux-v5.4/drivers/mtd/
DKconfig175 depends on MTD && SWAP
/Linux-v5.4/kernel/power/
DKconfig37 depends on SWAP && ARCH_HIBERNATION_POSSIBLE
/Linux-v5.4/mm/
DKconfig414 depends on TRANSPARENT_HUGEPAGE && ARCH_WANTS_THP_SWAP && SWAP
458 depends on SWAP
/Linux-v5.4/tools/vm/
Dpage-types.c492 flags |= BIT(SWAP); in expand_overloaded_flags()
/Linux-v5.4/init/
DKconfig302 # For some reason microblaze and nios2 hard code SWAP=n. Hopefully we can
303 # add proper SWAP support to them, in which case this can be remove.
308 config SWAP config
848 depends on MEMCG && SWAP
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dmemory.rst640 If you want to know more exact memory usage, you should use RSS+CACHE(+SWAP)
/Linux-v5.4/
DMAINTAINERS18041 ZSWAP COMPRESSED SWAP CACHING