/linux-5.10/security/loadpin/ |
D | loadpin.c | 41 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");
|
D | Kconfig | 15 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/ |
D | qgroup.h | 365 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/ |
D | barrier.h | 20 /* 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/ |
D | backtrace.c | 44 * 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/ |
D | page-flags.h | 245 #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/ |
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
|
/linux-5.10/arch/arc/include/asm/ |
D | shmparam.h | 12 /* Enforce SHMLBA in shmat */
|
/linux-5.10/arch/arm/include/asm/ |
D | shmparam.h | 13 * Enforce SHMLBA in shmat
|
/linux-5.10/arch/nds32/include/asm/ |
D | shmparam.h | 15 * Enforce SHMLBA in shmat
|
/linux-5.10/scripts/gdb/linux/ |
D | symbols.py | 33 # enforce update if object file is not found 170 # enforce update
|
/linux-5.10/arch/x86/include/asm/ |
D | mmu_context.h | 195 * 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/ |
D | pkeys.c | 418 * 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/ |
D | transition.c | 175 * 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()
|
D | patch.c | 69 * 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/ |
D | sony,acx424akp.yaml | 22 enforce-video-mode: true
|
/linux-5.10/Documentation/devicetree/bindings/mtd/partitions/ |
D | brcm,trx.txt | 18 TRX doesn't enforce any strict partition boundaries or size limits. All
|
/linux-5.10/Documentation/admin-guide/LSM/ |
D | LoadPin.rst | 9 and/or unchangeable filesystem to enforce module and firmware loading
|
D | apparmor.rst | 33 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
|
/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | dm-ebs.rst | 48 offset 128 sectors, enforce 2KiB underlying device block size.
|
/linux-5.10/net/rds/ |
D | ib_frmr.c | 43 /* 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/ |
D | hash.h | 24 #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */
|
/linux-5.10/arch/arc/mm/ |
D | mmap.c | 45 * We enforce the MAP_FIXED case. in arch_get_unmapped_area()
|
/linux-5.10/arch/csky/abiv1/ |
D | mmap.c | 40 * We enforce the MAP_FIXED case. in arch_get_unmapped_area()
|
/linux-5.10/arch/nds32/mm/ |
D | mmap.c | 42 * We enforce the MAP_FIXED case. in arch_get_unmapped_area()
|