Home
last modified time | relevance | path

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

12345678910>>...20

/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".
/linux-5.10/fs/btrfs/
Dqgroup.h365 enum btrfs_qgroup_rsv_type type, bool enforce);
368 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument
371 BTRFS_QGROUP_RSV_META_PERTRANS, enforce); in btrfs_qgroup_reserve_meta_pertrans()
374 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_prealloc() argument
377 BTRFS_QGROUP_RSV_META_PREALLOC, enforce); in btrfs_qgroup_reserve_meta_prealloc()
/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. */
/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()
/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
/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
/linux-5.10/arch/arc/include/asm/
Dshmparam.h12 /* Enforce SHMLBA in shmat */
/linux-5.10/arch/arm/include/asm/
Dshmparam.h13 * Enforce SHMLBA in shmat
/linux-5.10/arch/nds32/include/asm/
Dshmparam.h15 * Enforce SHMLBA in shmat
/linux-5.10/scripts/gdb/linux/
Dsymbols.py33 # enforce update if object file is not found
170 # enforce update
/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
/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()
/linux-5.10/kernel/livepatch/
Dtransition.c175 * 1) Enforce the order of the TIF_PATCH_PENDING read and the in klp_update_patch_state()
179 * 2) Enforce the order of the TIF_PATCH_PENDING read and a future read in klp_update_patch_state()
546 * Enforce the order of the task->patch_state initializations and the in klp_init_transition()
550 * Also enforce the order of the klp_target_state write and future in klp_init_transition()
Dpatch.c69 * In the enable path, enforce the order of the ops->func_stack and in klp_ftrace_handler()
84 * Enforce the order of the func->transition and in klp_ftrace_handler()
/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dsony,acx424akp.yaml22 enforce-video-mode: true
/linux-5.10/Documentation/devicetree/bindings/mtd/partitions/
Dbrcm,trx.txt18 TRX doesn't enforce any strict partition boundaries or size limits. All
/linux-5.10/Documentation/admin-guide/LSM/
DLoadPin.rst9 and/or unchangeable filesystem to enforce module and firmware loading
Dapparmor.rst33 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
/linux-5.10/Documentation/admin-guide/device-mapper/
Ddm-ebs.rst48 offset 128 sectors, enforce 2KiB underlying device block size.
/linux-5.10/net/rds/
Dib_frmr.c43 /* enforce order of ibmr->u.frmr.fr_state update in rds_transition_frwr_state()
297 /* enforce order of frmr->fr_inv update in rds_ib_post_inv()
350 /* enforce order of frmr->{fr_reg,fr_inv} update in rds_ib_mr_cqe_handler()
/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dhash.h24 #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */
/linux-5.10/arch/arc/mm/
Dmmap.c45 * We enforce the MAP_FIXED case. in arch_get_unmapped_area()
/linux-5.10/arch/csky/abiv1/
Dmmap.c40 * We enforce the MAP_FIXED case. in arch_get_unmapped_area()
/linux-5.10/arch/nds32/mm/
Dmmap.c42 * We enforce the MAP_FIXED case. in arch_get_unmapped_area()

12345678910>>...20