Home
last modified time | relevance | path

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

123456

/Linux-v5.4/mm/
Dpage_counter.c19 unsigned long protected, old_protected; in propagate_protected_usage() local
27 protected = usage; in propagate_protected_usage()
29 protected = 0; in propagate_protected_usage()
31 old_protected = atomic_long_xchg(&c->min_usage, protected); in propagate_protected_usage()
32 delta = protected - old_protected; in propagate_protected_usage()
39 protected = usage; in propagate_protected_usage()
41 protected = 0; in propagate_protected_usage()
43 old_protected = atomic_long_xchg(&c->low_usage, protected); in propagate_protected_usage()
44 delta = protected - old_protected; in propagate_protected_usage()
/Linux-v5.4/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
/Linux-v5.4/arch/x86/realmode/rm/
Dtrampoline_32.S53 movw $1, %dx # protected mode (PE) bit
54 lmsw %dx # into protected mode
Dtrampoline_64.S71 # Enable protected mode
72 movl $X86_CR0_PE, %eax # protected mode (PE) bit
73 movl %eax, %cr0 # into protected mode
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dqcom,gcc.txt39 - protected-clocks : Protected clock specifier list as per common clock
69 Example of GCC with protected-clocks properties:
76 protected-clocks = <GCC_QSPI_CORE_CLK>,
Dclock-bindings.txt177 protected-clocks property in the form of a clock specifier list. This property should
178 only be specified in the node that is providing the clocks being protected:
185 protected-clocks = <UART3_CLK>, <SPI5_CLK>;
/Linux-v5.4/scripts/kconfig/
Dqconf.h54 protected:
257 protected:
281 protected:
315 protected:
/Linux-v5.4/Documentation/RCU/
DarrayRCU.txt13 Each of these three situations involves an RCU-protected pointer to an
16 case is -not- supported. The problem with RCU-protected indexes into
19 are far more trouble than they are worth. If RCU-protected indexes into
24 That aside, each of the three RCU-protected pointer situations are
31 has a linked-list hash chain. Each hash chain can be protected by RCU
Dchecklist.txt62 As a rough rule of thumb, any dereference of an RCU-protected
68 Letting RCU-protected pointers "leak" out of an RCU read-side
83 an RCU-protected list. Alternatively, use the other
84 RCU-protected data structures that have been added to
134 code know exactly which pointers are protected by RCU.
174 in their respective types of RCU-protected lists.
177 type of RCU-protected linked lists.
256 used by the RCU-protected data structure, including
300 critical section or must be protected by appropriate update-side
414 CONFIG_PROVE_LOCKING: check that accesses to RCU-protected data
[all …]
/Linux-v5.4/arch/powerpc/boot/dts/
Dmpc5121ads.dts39 protected@0 {
40 label = "protected";
41 reg = <0x00000000 0x00040000>; // first sector is protected
/Linux-v5.4/Documentation/filesystems/
Dfiles.txt7 Up until 2.6.12, the file descriptor table has been protected
9 ->file_lock protected accesses to all the file related fields
15 The files (struct file) themselves are protected using
55 2. Reading of the fdtable as described above must be protected
/Linux-v5.4/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()
/Linux-v5.4/Documentation/
Dpreempt-locking.txt40 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
/Linux-v5.4/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()
/Linux-v5.4/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
157 pmipal Use the protected mode interface for palette changes.
Duvesafb.rst61 ypan Enable display panning using the VESA protected mode
82 pmipal Use the protected mode interface for palette changes.
83 This is the default if the protected mode interface is
/Linux-v5.4/tools/memory-model/litmus-tests/
DMP+onceassign+derefonce.litmus8 * pre-initialization garbage when it traverses an RCU-protected data
/Linux-v5.4/Documentation/ABI/testing/
Devm23 2 Permit modification of EVM-protected metadata at
42 modification of EVM-protected metadata and
Dsysfs-bus-iio-temperature-max3185617 is protected from excessive voltages applied to the thermocouple
/Linux-v5.4/arch/powerpc/kernel/vdso64/
Ddatapage.S24 .protected __get_datapage
/Linux-v5.4/arch/powerpc/kernel/vdso32/
Ddatapage.S24 .protected __get_datapage
/Linux-v5.4/arch/powerpc/boot/dts/fsl/
Dmpc8572ds_camp_core0.dts56 protected-sources = <
Dp1020rdb-pc_camp_core0.dts53 protected-sources = <
/Linux-v5.4/Documentation/vm/
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
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.

123456