Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/security/loadpin/
A Dloadpin.c45 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE);
64 .data = &enforce,
126 if (enforce) { in loadpin_sb_free_security()
151 if (!enforce) { in loadpin_check()
184 if (unlikely(!enforce)) { in loadpin_check()
262 enforce ? "" : "not "); in loadpin_init()
447 module_param(enforce, int, 0);
448 MODULE_PARM_DESC(enforce, "Enforce module/firmware pinning");
A DKconfig18 If selected, LoadPin will enforce pinning at boot. If not
20 "loadpin.enforce=1".
/linux-6.3-rc2/fs/btrfs/
A Dqgroup.h371 enum btrfs_qgroup_rsv_type type, bool enforce);
373 enum btrfs_qgroup_rsv_type type, bool enforce,
377 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument
381 enforce, false); in btrfs_qgroup_reserve_meta_pertrans()
384 int num_bytes, bool enforce, in btrfs_qgroup_reserve_meta_prealloc() argument
389 enforce, noflush); in btrfs_qgroup_reserve_meta_prealloc()
A Dqgroup.c3098 static int qgroup_reserve(struct btrfs_root *root, u64 num_bytes, bool enforce, in qgroup_reserve() argument
3116 enforce = false; in qgroup_reserve()
3142 if (enforce && !qgroup_check_limits(qg, num_bytes)) { in qgroup_reserve()
3999 enum btrfs_qgroup_rsv_type type, bool enforce) in btrfs_qgroup_reserve_meta() argument
4010 ret = qgroup_reserve(root, num_bytes, enforce, type); in btrfs_qgroup_reserve_meta()
4026 enum btrfs_qgroup_rsv_type type, bool enforce, in __btrfs_qgroup_reserve_meta() argument
4031 ret = btrfs_qgroup_reserve_meta(root, num_bytes, type, enforce); in __btrfs_qgroup_reserve_meta()
4038 return btrfs_qgroup_reserve_meta(root, num_bytes, type, enforce); in __btrfs_qgroup_reserve_meta()
/linux-6.3-rc2/Documentation/admin-guide/LSM/
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``").
A Dapparmor.rst33 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
/linux-6.3-rc2/include/linux/
A Dpage-flags.h351 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument
352 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument
353 #define PF_ONLY_HEAD(page, enforce) ({ \ argument
356 #define PF_NO_TAIL(page, enforce) ({ \ argument
357 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
359 #define PF_NO_COMPOUND(page, enforce) ({ \ argument
360 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
362 #define PF_SECOND(page, enforce) ({ \ argument
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/
A Dsony,acx424akp.yaml29 enforce-video-mode: true
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Ddm-ebs.rst48 offset 128 sectors, enforce 2KiB underlying device block size.
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/partitions/
A Dbrcm,trx.txt18 TRX doesn't enforce any strict partition boundaries or size limits. All
/linux-6.3-rc2/Documentation/devicetree/bindings/thermal/
A Dqcom-lmh.yaml15 Qualcomm SoCs that can enforce temperature and current limits as
/linux-6.3-rc2/Documentation/hwmon/
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
A Dacpi_power_meter.rst39 Some computers have the ability to enforce a power cap in hardware. If this is
/linux-6.3-rc2/arch/x86/kvm/
A Dhyperv.h176 int kvm_hv_set_enforce_cpuid(struct kvm_vcpu *vcpu, bool enforce);
A Dcpuid.h229 if (!vcpu->arch.pv_cpuid.enforce) in guest_pv_has()
/linux-6.3-rc2/Documentation/x86/x86_64/
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.3-rc2/Documentation/devicetree/bindings/display/
A Ddsi-controller.yaml64 enforce-video-mode:
/linux-6.3-rc2/Documentation/scsi/
A Dscsi.rst26 will enforce the correct ordering of loading and unloading modules in
/linux-6.3-rc2/Documentation/devicetree/bindings/gpu/
A Darm,mali-utgard.yaml64 # At least enforce the first 2 interrupts
/linux-6.3-rc2/Documentation/mm/
A Dksm.rst35 Every "chain" and all "dups" linked into a "chain" enforce the
/linux-6.3-rc2/arch/powerpc/boot/dts/
A Dwii.dts212 sda-enforce-dir;
/linux-6.3-rc2/drivers/thermal/intel/
A DKconfig11 enforce idle time which results in more package C-state residency. The
/linux-6.3-rc2/security/selinux/
A DKconfig62 /sys/fs/selinux/enforce.
/linux-6.3-rc2/Documentation/driver-api/serial/
A Dserial-rs485.rst127 receiver side to enforce the filtering. Receive address will be cleared
/linux-6.3-rc2/Documentation/x86/
A Dbuslock.rst42 terminate the application or to enforce throttling.

Completed in 29 milliseconds

1234