Home
last modified time | relevance | path

Searched refs:protected (Results 1 – 25 of 169) sorted by relevance

1234567

/kernel/linux/linux-5.10/mm/
Dpage_counter.c19 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/
Dlocking.rst62 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/
Darch_pgtable_helpers.rst53 | 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 |
Dsplit_page_table_lock.rst7 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.
Dmmu_notifier.rst36 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/
Ds390-pv-boot.rst17 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/
Dtrampoline_32.S53 movw $1, %dx # protected mode (PE) bit
54 lmsw %dx # into protected mode
Dtrampoline_64.S72 # 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/
Dqconf.h56 protected:
204 protected:
227 protected:
262 protected:
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/
Dmpc5121ads.dts39 protected@0 {
40 label = "protected";
41 reg = <0x00000000 0x00040000>; // first sector is protected
/kernel/linux/linux-5.10/Documentation/RCU/
DarrayRCU.rst15 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
Dchecklist.rst66 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/
Dfiles.rst10 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/
Dclk-simple-gates.c19 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/
Dmax20730.rst67 write protected; read-write otherwise.
78 degrees C. Read-only if the chip is write protected;
/kernel/linux/linux-5.10/Documentation/locking/
Dpreempt-locking.rst40 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
Dseqlock.rst33 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/
Dmpic.c1010 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/
Dvesafb.rst12 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/
DMP+onceassign+derefonce.litmus8 * pre-initialization garbage when it traverses an RCU-protected data
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Devm25 2 Permit modification of EVM-protected metadata at
49 modification of EVM-protected metadata and
Dsysfs-bus-iio-temperature-max3185620 is protected from excessive voltages applied to the thermocouple
/kernel/linux/linux-5.10/Documentation/x86/
Dbooting-dt.rst8 entry point once it switched into protected mode). That entry point
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/
Dp1020rdb-pc_camp_core0.dts53 protected-sources = <
Dmpc8572ds_camp_core0.dts56 protected-sources = <

1234567