Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_regs.c14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
17 ((SWAP) << 5) | ((ID) << 0))
/linux-6.15/drivers/video/fbdev/
H A Ddnfb.c104 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) macro
264 out_be16(AP_ROP_1, SWAP(0x3)); in dnfb_probe()
/linux-6.15/Documentation/translations/zh_CN/accounting/
H A Ddelay-accounting.rst96 SWAP count delay total delay average
/linux-6.15/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h21 #define MDP_COLOR(COMPRESS, PACKED, LOOSE, VIDEO, PLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
24 ((GROUP) << 6) | ((SWAP) << 5) | ((ID) << 0))
/linux-6.15/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst135 /mytmpfs上掛載tmpfs實例,分配只能由root用戶訪問的10GB RAM/SWAP,可以有10240個
/linux-6.15/Documentation/translations/zh_CN/filesystems/
H A Dtmpfs.rst135 /mytmpfs上挂载tmpfs实例,分配只能由root用户访问的10GB RAM/SWAP,可以有10240个
/linux-6.15/arch/powerpc/xmon/
H A Dxmon.c2327 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) macro
2336 SWAP(val[0], val[1], t); in byterev()
2339 SWAP(val[0], val[3], t); in byterev()
2340 SWAP(val[1], val[2], t); in byterev()
2343 SWAP(val[0], val[7], t); in byterev()
2344 SWAP(val[1], val[6], t); in byterev()
2345 SWAP(val[2], val[5], t); in byterev()
2346 SWAP(val[3], val[4], t); in byterev()
/linux-6.15/drivers/gpu/drm/bridge/
H A Dchrontel-ch7033.c61 SWAP = GENMASK(2, 0), enumerator
402 regmap_update_bits(priv->regmap, 0x18, SWAP, BYTE_SWAP_BGR); in ch7033_bridge_mode_set()
/linux-6.15/Documentation/accounting/
H A Ddelay-accounting.rst114 SWAP count delay total delay average delay max delay min
/linux-6.15/Documentation/mm/
H A Darch_pgtable_helpers.rst241 SWAP Page Table Helpers
/linux-6.15/Documentation/userspace-api/media/rc/
H A Drc-tables.rst295 - ANGLE / SWAP
/linux-6.15/mm/
H A DKconfig6 # For some reason microblaze and nios2 hard code SWAP=n. Hopefully we can
7 # add proper SWAP support to them, in which case this can be remove.
15 menuconfig SWAP config
27 depends on SWAP
875 depends on TRANSPARENT_HUGEPAGE && ARCH_WANTS_THP_SWAP && SWAP && 64BIT
/linux-6.15/fs/nfs/
H A DKconfig94 depends on NFS_FS && SWAP
/linux-6.15/drivers/mtd/
H A DKconfig188 depends on MTD && SWAP
/linux-6.15/block/
H A Dblk-mq-debugfs.c216 CMD_FLAG_NAME(SWAP),
/linux-6.15/tools/mm/
H A Dpage-types.c496 flags |= BIT(SWAP); in expand_overloaded_flags()
/linux-6.15/Documentation/filesystems/
H A Dtmpfs.rst242 RAM/SWAP in 10240 inodes and it is only accessible by root.
/linux-6.15/kernel/power/
H A DKconfig40 depends on SWAP && ARCH_HIBERNATION_POSSIBLE
/linux-6.15/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst651 If you want to know more exact memory usage, you should use RSS+CACHE(+SWAP)
/linux-6.15/
H A DMAINTAINERS26952 ZSWAP COMPRESSED SWAP CACHING