/kernel/linux/linux-5.10/mm/ |
D | page_counter.c | 19 unsigned long protected, old_protected; in propagate_protected_usage() local 28 protected = min(usage, min); in propagate_protected_usage() 29 old_protected = atomic_long_xchg(&c->min_usage, protected); in propagate_protected_usage() 30 delta = protected - old_protected; in propagate_protected_usage() 37 protected = min(usage, low); in propagate_protected_usage() 38 old_protected = atomic_long_xchg(&c->low_usage, protected); in propagate_protected_usage() 39 delta = protected - old_protected; in propagate_protected_usage()
|
/kernel/linux/linux-5.10/Documentation/pcmcia/ |
D | locking.rst | 62 protected by pcmcia_socket_list_rwsem; 67 The resource_ops and their data are protected by ops_mutex. 69 The "main" struct pcmcia_socket is protected as follows (read-only fields 112 The "main" struct pcmcia_device is protected as follows (read-only fields
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | arch_pgtable_helpers.rst | 53 | pte_wrprotect | Creates a write protected PTE | 75 | ptep_set_wrprotect | Converts into a write protected PTE | 123 | pmd_wrprotect | Creates a write protected PMD | 149 | pmdp_set_wrprotect | Converts into a write protected PMD | 189 | pud_wrprotect | Creates a write protected PUD | 205 | pudp_set_wrprotect | Converts into a write protected PUD | 227 | huge_pte_wrprotect | Creates a write protected HugeTLB | 231 | huge_ptep_set_wrprotect | Converts into a write protected HugeTLB |
|
D | split_page_table_lock.rst | 7 Originally, mm->page_table_lock spinlock protected all page tables of the 14 tables. Access to higher level tables protected by mm->page_table_lock.
|
D | mmu_notifier.rst | 36 they are write protected for COW (other case of B apply too). 95 When changing a pte to write protect or to point to a new write protected page
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | s390-pv-boot.rst | 17 KVM to decrypt the protected virtual machine. 19 Based on this data, KVM will make the protected virtual machine known 67 When running in protected virtualization mode, some subcodes will result in 76 Re-IPL into a protected mode is only possible via a detour into non 77 protected mode.
|
/kernel/linux/linux-5.10/arch/x86/realmode/rm/ |
D | trampoline_32.S | 53 movw $1, %dx # protected mode (PE) bit 54 lmsw %dx # into protected mode
|
D | trampoline_64.S | 72 # Enable protected mode 73 movl $X86_CR0_PE, %eax # protected mode (PE) bit 74 movl %eax, %cr0 # into protected mode
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | qconf.h | 56 protected: 204 protected: 227 protected: 262 protected:
|
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/ |
D | mpc5121ads.dts | 39 protected@0 { 40 label = "protected"; 41 reg = <0x00000000 0x00040000>; // first sector is protected
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
D | arrayRCU.rst | 15 Each of these three situations involves an RCU-protected pointer to an 18 case is **not** supported. The problem with RCU-protected indexes into 21 are far more trouble than they are worth. If RCU-protected indexes into 26 That aside, each of the three RCU-protected pointer situations are 35 has a linked-list hash chain. Each hash chain can be protected by RCU
|
D | checklist.rst | 66 As a rough rule of thumb, any dereference of an RCU-protected 72 Letting RCU-protected pointers "leak" out of an RCU read-side 87 an RCU-protected list. Alternatively, use the other 88 RCU-protected data structures that have been added to 138 code know exactly which pointers are protected by RCU. 178 in their respective types of RCU-protected lists. 181 type of RCU-protected linked lists. 260 used by the RCU-protected data structure, including 304 critical section or must be protected by appropriate update-side 419 check that accesses to RCU-protected data [all …]
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | files.rst | 10 Up until 2.6.12, the file descriptor table has been protected 12 ->file_lock protected accesses to all the file related fields 18 The files (struct file) themselves are protected using 58 2. Reading of the fdtable as described above must be protected
|
/kernel/linux/linux-5.10/drivers/clk/sunxi/ |
D | clk-simple-gates.c | 19 const int protected[], in sunxi_simple_gates_setup() argument 70 if (protected[j] == index) in sunxi_simple_gates_setup()
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | max20730.rst | 67 write protected; read-write otherwise. 78 degrees C. Read-only if the chip is write protected;
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | preempt-locking.rst | 40 RULE #2: CPU state must be protected. 44 Under preemption, the state of the CPU must be protected. This is arch- 140 is done. They may also be called within a spin-lock protected region, however, 143 are also protected by preemption locks and so may use the versions which do
|
D | seqlock.rst | 33 This mechanism cannot be used if the protected data contains pointers, 105 that it is properly protected. 149 between two copies of protected data. This allows the sequence counter 152 Use seqcount_latch_t when the write side sections cannot be protected
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
D | mpic.c | 1010 if (mpic->protected && test_bit(hw, mpic->protected)) { in mpic_host_map() 1327 mpic->protected = kcalloc(mapsize, sizeof(long), GFP_KERNEL); in mpic_alloc() 1328 BUG_ON(mpic->protected == NULL); in mpic_alloc() 1332 __set_bit(psrc[i], mpic->protected); in mpic_alloc() 1615 if (mpic->protected && test_bit(i, mpic->protected)) in mpic_init() 1782 if (unlikely(mpic->protected && test_bit(src, mpic->protected))) { in _mpic_get_one_irq() 1821 if (unlikely(mpic->protected && test_bit(src, mpic->protected))) { in mpic_get_coreint_irq()
|
/kernel/linux/linux-5.10/Documentation/fb/ |
D | vesafb.rst | 12 graphics mode. Switching mode later on (in protected mode) is 114 The VESA BIOS provides protected mode interface for changing 129 ypan enable display panning using the VESA protected mode 155 pmipal Use the protected mode interface for palette changes.
|
/kernel/linux/linux-5.10/tools/memory-model/litmus-tests/ |
D | MP+onceassign+derefonce.litmus | 8 * pre-initialization garbage when it traverses an RCU-protected data
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | evm | 25 2 Permit modification of EVM-protected metadata at 49 modification of EVM-protected metadata and
|
D | sysfs-bus-iio-temperature-max31856 | 20 is protected from excessive voltages applied to the thermocouple
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | booting-dt.rst | 8 entry point once it switched into protected mode). That entry point
|
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/ |
D | p1020rdb-pc_camp_core0.dts | 53 protected-sources = <
|
D | mpc8572ds_camp_core0.dts | 56 protected-sources = <
|