/linux-6.6.21/security/loadpin/ |
D | loadpin.c | 45 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); variable 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");
|
D | Kconfig | 18 If selected, LoadPin will enforce pinning at boot. If not 20 "loadpin.enforce=1".
|
/linux-6.6.21/fs/btrfs/ |
D | qgroup.h | 380 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()
|
D | qgroup.c | 3154 static int qgroup_reserve(struct btrfs_root *root, u64 num_bytes, bool enforce, in qgroup_reserve() argument 3171 enforce = false; in qgroup_reserve() 3185 if (enforce && !qgroup_check_limits(qgroup, num_bytes)) { in qgroup_reserve() 4041 enum btrfs_qgroup_rsv_type type, bool enforce) in btrfs_qgroup_reserve_meta() argument 4052 ret = qgroup_reserve(root, num_bytes, enforce, type); in btrfs_qgroup_reserve_meta() 4068 enum btrfs_qgroup_rsv_type type, bool enforce, in __btrfs_qgroup_reserve_meta() argument 4073 ret = btrfs_qgroup_reserve_meta(root, num_bytes, type, enforce); in __btrfs_qgroup_reserve_meta() 4080 return btrfs_qgroup_reserve_meta(root, num_bytes, type, enforce); in __btrfs_qgroup_reserve_meta()
|
/linux-6.6.21/Documentation/admin-guide/LSM/ |
D | LoadPin.rst | 9 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``").
|
D | apparmor.rst | 33 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
|
/linux-6.6.21/include/linux/ |
D | page-flags.h | 347 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument 348 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument 349 #define PF_ONLY_HEAD(page, enforce) ({ \ argument 352 #define PF_NO_TAIL(page, enforce) ({ \ argument 353 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \ 355 #define PF_NO_COMPOUND(page, enforce) ({ \ argument 356 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \ 358 #define PF_SECOND(page, enforce) ({ \ argument
|
/linux-6.6.21/Documentation/devicetree/bindings/display/panel/ |
D | sony,acx424akp.yaml | 29 enforce-video-mode: true
|
/linux-6.6.21/Documentation/admin-guide/device-mapper/ |
D | dm-ebs.rst | 48 offset 128 sectors, enforce 2KiB underlying device block size.
|
/linux-6.6.21/Documentation/devicetree/bindings/mtd/partitions/ |
D | brcm,trx.txt | 18 TRX doesn't enforce any strict partition boundaries or size limits. All
|
/linux-6.6.21/Documentation/devicetree/bindings/thermal/ |
D | qcom-lmh.yaml | 15 Qualcomm SoCs that can enforce temperature and current limits as
|
/linux-6.6.21/Documentation/devicetree/bindings/input/ |
D | goodix,gt7375p.yaml | 53 Set this to true to enforce the driver to not assert the reset GPIO
|
/linux-6.6.21/Documentation/hwmon/ |
D | occ.rst | 121 Maximum power cap that the OCC can enforce in 123 power[1-n]_cap_min Minimum power cap that the OCC can enforce in
|
D | acpi_power_meter.rst | 39 Some computers have the ability to enforce a power cap in hardware. If this is
|
/linux-6.6.21/arch/x86/kvm/ |
D | hyperv.h | 176 int kvm_hv_set_enforce_cpuid(struct kvm_vcpu *vcpu, bool enforce);
|
D | cpuid.h | 229 if (!vcpu->arch.pv_cpuid.enforce) in guest_pv_has()
|
/linux-6.6.21/Documentation/powerpc/ |
D | dexcr.rst | 25 enforce aspects for the kernel and userspace.
|
/linux-6.6.21/Documentation/scsi/ |
D | scsi.rst | 24 will enforce the correct ordering of loading and unloading modules in
|
/linux-6.6.21/Documentation/arch/x86/x86_64/ |
D | fsgs.rst | 19 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.6.21/security/selinux/ |
D | Kconfig | 38 /sys/fs/selinux/enforce.
|
/linux-6.6.21/Documentation/devicetree/bindings/display/ |
D | dsi-controller.yaml | 64 enforce-video-mode:
|
/linux-6.6.21/Documentation/devicetree/bindings/gpu/ |
D | arm,mali-utgard.yaml | 65 # At least enforce the first 2 interrupts
|
/linux-6.6.21/Documentation/mm/ |
D | ksm.rst | 35 Every "chain" and all "dups" linked into a "chain" enforce the
|
/linux-6.6.21/arch/powerpc/boot/dts/ |
D | wii.dts | 212 sda-enforce-dir;
|
/linux-6.6.21/security/integrity/ |
D | Kconfig | 82 The .machine keyring can be configured to enforce CA restriction
|