Home
last modified time | relevance | path

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

12345678910>>...46

/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,
135 if (!enforce) { in loadpin_check()
168 if (unlikely(!enforce)) { in loadpin_check()
246 enforce ? "" : "not "); in loadpin_init()
258 module_param(enforce, int, 0);
259 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-6.6/security/loadpin/
Dloadpin.c45 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); variable
57 .procname = "enforce",
58 .data = &enforce,
120 if (enforce) { in loadpin_sb_free_security()
145 if (!enforce) { in loadpin_check()
178 if (unlikely(!enforce)) { in loadpin_check()
256 enforce ? "" : "not "); in loadpin_init()
440 module_param(enforce, int, 0);
441 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-6.6/Documentation/admin-guide/LSM/
DLoadPin.rst9 and/or unchangeable filesystem to enforce module and firmware loading
14 "``loadpin.enforce``". By default, it is enabled, but can be disabled at
15 boot ("``loadpin.enforce=0``").
/kernel/linux/common_modules/xpm/core/
Dxpm_debugfs.h16 * xpm_ret - Return value adapted to xpm enforce and permissive modes.
20 * Returns ret on enforce mode, 0 on permissive mode.
/kernel/linux/linux-6.6/fs/btrfs/
Dqgroup.h380 enum btrfs_qgroup_rsv_type type, bool enforce);
382 enum btrfs_qgroup_rsv_type type, bool enforce,
386 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument
390 enforce, false); in btrfs_qgroup_reserve_meta_pertrans()
393 int num_bytes, bool enforce, in btrfs_qgroup_reserve_meta_prealloc() argument
398 enforce, noflush); 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-6.6/arch/riscv/include/asm/
Dbarrier.h22 /* These barriers need to enforce ordering on both devices or memory. */
27 /* These barriers do not need to enforce ordering on devices, just memory. */
/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-6.6/security/integrity/
DKconfig78 bool "Enforce Machine Keyring CA Restrictions"
82 The .machine keyring can be configured to enforce CA restriction
/kernel/linux/linux-5.10/include/linux/
Dpage-flags.h256 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument
257 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument
258 #define PF_ONLY_HEAD(page, enforce) ({ \ argument
261 #define PF_NO_TAIL(page, enforce) ({ \ argument
262 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
264 #define PF_NO_COMPOUND(page, enforce) ({ \ argument
265 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
267 #define PF_SECOND(page, enforce) ({ \ argument
/kernel/linux/linux-6.6/kernel/livepatch/
Dtransition.c196 * 1) Enforce the order of the TIF_PATCH_PENDING read and the in klp_update_patch_state()
200 * 2) Enforce the order of the TIF_PATCH_PENDING read and a future read in klp_update_patch_state()
390 * Enforce the order of the TIF_PATCH_PENDING read above and the in __klp_sched_try_switch()
615 * Enforce the order of the task->patch_state initializations and the in klp_init_transition()
619 * Also enforce the order of the klp_target_state write and future in klp_init_transition()
686 * Enforce the order of the klp_target_state write and the in klp_reverse_transition()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
Dsgx.c164 /* Enforce restriction of access to the PROVISIONKEY. */ in __handle_encls_ecreate()
174 * Enforce CPUID restrictions on MISCSELECT, ATTRIBUTES and XFRM. Note in __handle_encls_ecreate()
190 /* Enforce CPUID restriction on max enclave size. */ in __handle_encls_ecreate()
274 * enforce restriction of access to the PROVISIONKEY. in handle_encls_ecreate()
436 * ECREATE must be intercepted to enforce MISCSELECT, ATTRIBUTES and XFRM
/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-6.6/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-6.6/arch/arc/include/asm/
Dshmparam.h12 /* Enforce SHMLBA in shmat */
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dplpks.h18 #define PLPKS_OSSECBOOTAUDIT PPC_BIT32(1) // OS secure boot must be audit/enforce
19 #define PLPKS_OSSECBOOTENFORCE PPC_BIT32(2) // OS secure boot must be enforce
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dshmparam.h13 * Enforce SHMLBA in shmat
/kernel/linux/linux-6.6/arch/arm/include/asm/
Dshmparam.h13 * Enforce SHMLBA in shmat
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dshmparam.h15 * Enforce SHMLBA in shmat
/kernel/linux/linux-5.10/scripts/gdb/linux/
Dsymbols.py33 # enforce update if object file is not found
170 # 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

12345678910>>...46