/openbmc/linux/mm/ |
H A D | page_counter.c | 19 unsigned long protected, old_protected; in propagate_protected_usage() local 25 protected = min(usage, READ_ONCE(c->min)); in propagate_protected_usage() 27 if (protected != old_protected) { in propagate_protected_usage() 28 old_protected = atomic_long_xchg(&c->min_usage, protected); in propagate_protected_usage() 29 delta = protected - old_protected; in propagate_protected_usage() 34 protected = min(usage, READ_ONCE(c->low)); in propagate_protected_usage() 36 if (protected != old_protected) { in propagate_protected_usage() 37 old_protected = atomic_long_xchg(&c->low_usage, protected); in propagate_protected_usage() 38 delta = protected - old_protected; in propagate_protected_usage()
|
/openbmc/linux/Documentation/pcmcia/ |
H A 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
|
/openbmc/linux/Documentation/mm/ |
H A D | arch_pgtable_helpers.rst | 55 | pte_wrprotect | Creates a write protected PTE | 79 | ptep_set_wrprotect | Converts into a write protected PTE | 131 | pmd_wrprotect | Creates a write protected PMD | 158 | pmdp_set_wrprotect | Converts into a write protected PMD | 198 | pud_wrprotect | Creates a write protected PUD | 215 | pudp_set_wrprotect | Converts into a write protected PUD | 237 | huge_pte_wrprotect | Creates a write protected HugeTLB | 241 | huge_ptep_set_wrprotect | Converts into a write protected HugeTLB |
|
/openbmc/linux/Documentation/virt/kvm/s390/ |
H A 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.
|
/openbmc/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-tangier.h | 39 bool protected; member 55 .protected = true, \
|
/openbmc/qemu/hw/intc/ |
H A D | pl190.c | 39 int protected; member 127 return s->protected; in pl190_read() 199 s->protected = val & 1; in pl190_write() 269 VMSTATE_INT32(protected, PL190State),
|
/openbmc/linux/arch/x86/realmode/rm/ |
H A D | trampoline_32.S | 53 movw $1, %dx # protected mode (PE) bit 54 lmsw %dx # into protected mode
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | memcg_protection.m | 51 protected = min(n, c); % start with nominal variable 52 e = protected * min(1, E / siblings); % normalize overcommit 58 overuse = max(0, c - protected);
|
/openbmc/linux/scripts/kconfig/ |
H A D | qconf.h | 56 protected: 204 protected: 227 protected: 262 protected:
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | qconf.h | 54 protected: 257 protected: 281 protected: 314 protected:
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
H A D | 0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch | 19 @@ -121,6 +121,12 @@ protected: 32 @@ -320,9 +326,11 @@ protected:
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | mpc5121ads.dts | 39 protected@0 { 40 label = "protected"; 41 reg = <0x00000000 0x00040000>; // first sector is protected
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | Kconfig | 47 power-up or a reset the flash is software write protected by 65 protected or will be automatically software write protected after
|
/openbmc/linux/Documentation/filesystems/ |
H A 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
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Noweb | 3 Noweb is protected by copyright. It is not public-domain software or shareware, and it is not prote…
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | Kconfig | 68 If using protected nVHE mode, but cannot afford the associated 72 If unsure, or not using protected nVHE (pKVM), say N.
|
/openbmc/linux/Documentation/hwmon/ |
H A D | max20730.rst | 67 write protected; read-write otherwise. 78 degrees C. Read-only if the chip is write protected;
|
/openbmc/linux/drivers/clk/sunxi/ |
H A D | clk-simple-gates.c | 19 const int protected[], in sunxi_simple_gates_setup() argument 68 if (protected[j] == index) in sunxi_simple_gates_setup()
|
/openbmc/u-boot/arch/x86/dts/ |
H A D | edison.dts | 125 protected; 130 protected;
|
/openbmc/linux/Documentation/locking/ |
H A 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
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ |
H A D | ts-sp-storage_git.bb | 8 OECMAKE_SOURCEPATH="${S}/deployments/protected-storage/config/${TS_SP_PS_CONFIG}-${TS_ENV}"
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_sockio.h | 42 protected:
|
/openbmc/u-boot/cmd/ |
H A D | flash.c | 594 int protected, i; in flash_sect_protect() local 600 protected = 0; in flash_sect_protect() 612 protected += s_last[bank] - s_first[bank] + 1; in flash_sect_protect() 629 p ? "" : "Un-", protected); in flash_sect_protect()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | mpic.c | 1012 if (mpic->protected && test_bit(hw, mpic->protected)) { in mpic_host_map() 1328 mpic->protected = bitmap_zalloc(intvec_top + 1, GFP_KERNEL); in mpic_alloc() 1329 BUG_ON(mpic->protected == NULL); in mpic_alloc() 1333 __set_bit(psrc[i], mpic->protected); in mpic_alloc() 1614 if (mpic->protected && test_bit(i, mpic->protected)) in mpic_init() 1781 if (unlikely(mpic->protected && test_bit(src, mpic->protected))) { in _mpic_get_one_irq() 1820 if (unlikely(mpic->protected && test_bit(src, mpic->protected))) { in mpic_get_coreint_irq()
|
/openbmc/linux/Documentation/fb/ |
H A 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.
|