Home
last modified time | relevance | path

Searched full:enforce (Results 1 – 25 of 903) sorted by relevance

12345678910>>...37

/kernel/linux/linux-5.10/security/loadpin/
Dloadpin.c41 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); variable
57 .procname = "enforce",
58 .data = &enforce,
145 if (!enforce) { in loadpin_read_file()
178 if (unlikely(!enforce)) { in loadpin_read_file()
240 enforce ? "" : "not "); in loadpin_init()
252 module_param(enforce, int, 0);
253 MODULE_PARM_DESC(enforce, "Enforce module/firmware pinning");
DKconfig15 bool "Enforce LoadPin at boot"
18 If selected, LoadPin will enforce pinning at boot. If not
20 "loadpin.enforce=1".
/kernel/linux/linux-4.19/security/loadpin/
DKconfig14 bool "Enforce LoadPin at boot"
17 If selected, LoadPin will enforce pinning at boot. If not
/kernel/linux/linux-4.19/fs/btrfs/
Dqgroup.h272 enum btrfs_qgroup_rsv_type type, bool enforce);
275 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument
278 BTRFS_QGROUP_RSV_META_PERTRANS, enforce); in btrfs_qgroup_reserve_meta_pertrans()
281 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_prealloc() argument
284 BTRFS_QGROUP_RSV_META_PREALLOC, enforce); in btrfs_qgroup_reserve_meta_prealloc()
/kernel/linux/linux-5.10/fs/btrfs/
Dqgroup.h365 enum btrfs_qgroup_rsv_type type, bool enforce);
367 enum btrfs_qgroup_rsv_type type, bool enforce);
370 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument
373 BTRFS_QGROUP_RSV_META_PERTRANS, enforce); in btrfs_qgroup_reserve_meta_pertrans()
376 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_prealloc() argument
379 BTRFS_QGROUP_RSV_META_PREALLOC, enforce); in btrfs_qgroup_reserve_meta_prealloc()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dbarrier.h20 /* These barriers need to enforce ordering on both devices or memory. */
25 /* These barriers do not need to enforce ordering on devices, just memory. */
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
Dbacktrace.c44 * We do not enforce increasing stack addresses here because in user_getsp32()
77 * We do not enforce increasing stack addresses here because in kernel_getsp()
/kernel/linux/linux-4.19/arch/riscv/include/asm/
Dbarrier.h31 /* These barriers need to enforce ordering on both devices or memory. */
36 /* These barriers do not need to enforce ordering on devices, just memory. */
/kernel/linux/linux-4.19/arch/powerpc/oprofile/
Dbacktrace.c49 * We do not enforce increasing stack addresses here because in user_getsp32()
85 * We do not enforce increasing stack addresses here because in kernel_getsp()
/kernel/linux/linux-5.10/include/linux/
Dpage-flags.h245 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument
246 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument
247 #define PF_ONLY_HEAD(page, enforce) ({ \ argument
250 #define PF_NO_TAIL(page, enforce) ({ \ argument
251 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
253 #define PF_NO_COMPOUND(page, enforce) ({ \ argument
254 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
256 #define PF_SECOND(page, enforce) ({ \ argument
/kernel/linux/linux-4.19/include/linux/
Dpage-flags.h191 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument
192 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument
193 #define PF_ONLY_HEAD(page, enforce) ({ \ argument
196 #define PF_NO_TAIL(page, enforce) ({ \ argument
197 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
199 #define PF_NO_COMPOUND(page, enforce) ({ \ argument
200 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
/kernel/linux/linux-5.10/Documentation/hwmon/
Docc.rst121 Maximum power cap that the OCC can enforce in
123 power[1-n]_cap_min Minimum power cap that the OCC can enforce in
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dshmparam.h12 /* Enforce SHMLBA in shmat */
/kernel/linux/linux-4.19/arch/arm/include/asm/
Dshmparam.h13 * Enforce SHMLBA in shmat
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dshmparam.h13 * Enforce SHMLBA in shmat
/kernel/linux/linux-4.19/arch/arc/include/asm/
Dshmparam.h15 /* Enforce SHMLBA in shmat */
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dshmparam.h15 * Enforce SHMLBA in shmat
/kernel/linux/linux-4.19/arch/nds32/include/asm/
Dshmparam.h15 * Enforce SHMLBA in shmat
/kernel/linux/linux-4.19/scripts/gdb/linux/
Dsymbols.py33 # enforce update if object file is not found
160 # enforce update
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmmu_context.h195 * We only want to enforce protection keys on the current process
200 * So do not enforce things if the VMA is not from the current
/kernel/linux/linux-5.10/scripts/gdb/linux/
Dsymbols.py33 # enforce update if object file is not found
170 # enforce update
/kernel/linux/linux-4.19/Documentation/admin-guide/LSM/
DLoadPin.rst9 and/or unchangeable filesystem to enforce module and firmware loading
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dpkeys.c418 * We only want to enforce protection keys on the current thread because we
422 * So do not enforce things if the VMA is not from the current mm, or if we are
431 * Do not enforce our key-permissions on a foreign vma. in arch_vma_access_permitted()
/kernel/linux/linux-4.19/arch/powerpc/mm/
Dpkeys.c391 * We only want to enforce protection keys on the current thread because we
395 * So do not enforce things if the VMA is not from the current mm, or if we are
416 * Do not enforce our key-permissions on a foreign vma. in arch_vma_access_permitted()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dsony,acx424akp.yaml22 enforce-video-mode: true

12345678910>>...37