Home
last modified time | relevance | path

Searched refs:enforce (Results 1 – 25 of 122) sorted by relevance

12345

/linux-6.15/security/loadpin/
H A Dloadpin.c46 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); variable
59 .data = &enforce,
120 if (enforce) { in loadpin_sb_free_security()
145 if (!enforce) { in loadpin_check()
178 if (unlikely(!enforce)) { in loadpin_check()
261 enforce ? "" : "not "); in loadpin_init()
442 module_param(enforce, int, 0);
443 MODULE_PARM_DESC(enforce, "Enforce module/firmware pinning");
H A DKconfig21 If selected, LoadPin will enforce pinning at boot. If not
23 "loadpin.enforce=1".
/linux-6.15/fs/btrfs/
H A Dqgroup.h396 enum btrfs_qgroup_rsv_type type, bool enforce);
398 enum btrfs_qgroup_rsv_type type, bool enforce,
402 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument
406 enforce, false); in btrfs_qgroup_reserve_meta_pertrans()
409 int num_bytes, bool enforce, in btrfs_qgroup_reserve_meta_prealloc() argument
414 enforce, noflush); in btrfs_qgroup_reserve_meta_prealloc()
/linux-6.15/security/ipe/
H A Deval.c23 bool enforce = true; variable
378 if (!READ_ONCE(enforce)) in ipe_evaluate_event()
392 module_param(enforce, bool, 0400);
393 MODULE_PARM_DESC(enforce, "Start IPE in enforce or permissive mode");
H A Dfs.c89 old_value = READ_ONCE(enforce); in setenforce()
96 WRITE_ONCE(enforce, new_value); in setenforce()
116 result = ((READ_ONCE(enforce)) ? "1" : "0"); in getenforce()
H A Deval.h19 extern bool enforce;
H A Daudit.c143 op, audit_hook_names[ctx->hook], READ_ONCE(enforce), in ipe_audit_match()
/linux-6.15/Documentation/admin-guide/LSM/
H A 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``").
H A Dapparmor.rst36 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
/linux-6.15/Documentation/gpu/amdgpu/
H A Dprocess-isolation.rst19 …e partition will be present. Writing 1 to the partition position enables enforce isolation, writin…
21 Example of enabling enforce isolation on a GPU with multiple partitions:
29 The output indicates that enforce isolation is enabled on zeroth and second parition and disabled o…
/linux-6.15/include/linux/
H A Dpage-flags.h387 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument
388 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument
389 #define PF_NO_TAIL(page, enforce) ({ \ argument
390 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
392 #define PF_NO_COMPOUND(page, enforce) ({ \ argument
393 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
395 #define PF_SECOND(page, enforce) ({ \ argument
/linux-6.15/Documentation/devicetree/bindings/display/panel/
H A Dsony,acx424akp.yaml32 enforce-video-mode: true
/linux-6.15/Documentation/userspace-api/
H A Dcheck_exec.rst10 are intended for script interpreters and dynamic linkers to enforce a
31 set to 1 (i.e. always enforce restrictions).
75 Programs should only enforce consistent restrictions according to the
/linux-6.15/Documentation/devicetree/bindings/mtd/partitions/
H A Dbrcm,trx.txt18 TRX doesn't enforce any strict partition boundaries or size limits. All
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Ddm-ebs.rst48 offset 128 sectors, enforce 2KiB underlying device block size.
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dgoodix,gt7375p.yaml53 Set this to true to enforce the driver to not assert the reset GPIO
/linux-6.15/Documentation/devicetree/bindings/thermal/
H A Dqcom-lmh.yaml15 Qualcomm SoCs that can enforce temperature and current limits as
/linux-6.15/Documentation/hwmon/
H A 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
H A Dacpi_power_meter.rst39 Some computers have the ability to enforce a power cap in hardware. If this is
/linux-6.15/Documentation/devicetree/bindings/bus/
H A Dst,stm32mp25-rifsc.yaml14 designed to enforce and manage isolation of STM32 hardware resources like
/linux-6.15/Documentation/scsi/
H A Dscsi.rst24 will enforce the correct ordering of loading and unloading modules in
/linux-6.15/Documentation/arch/x86/x86_64/
H A Dfsgs.rst19 limits. The limits can be used to enforce address space protections.
98 the GS register and enforce them when GS base is set via
/linux-6.15/Documentation/devicetree/bindings/gpu/
H A Darm,mali-utgard.yaml67 # At least enforce the first 2 interrupts
/linux-6.15/Documentation/devicetree/bindings/display/
H A Ddsi-controller.yaml64 enforce-video-mode:
/linux-6.15/arch/x86/kvm/
H A Dcpuid.h197 if (!vcpu->arch.pv_cpuid.enforce) in guest_pv_has()

12345