| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
| D | pkey_siginfo.c | 97 static void *protect(void *p) in protect() function 119 * Repeatedly try to protect the common region with a permissive in protect() 164 * Repeatedly try to protect the common region with a restrictive in protect_access() 287 * the one from the protect-and-access thread since the other in test() 294 /* Setup barrier for protect and protect-and-access threads */ in test() 298 /* Setup and start protect and protect-and-read threads */ in test() 299 puts("starting thread pair (protect, protect-and-read)"); in test() 301 FAIL_IF(pthread_create(&prot_thread, &attr, &protect, &r) != 0); in test() 306 /* Setup and start protect and protect-and-write threads */ in test() 307 puts("starting thread pair (protect, protect-and-write)"); in test() [all …]
|
| /kernel/linux/linux-4.19/Documentation/misc-devices/ |
| D | eeprom | 30 Atmel 34C02B 2K 0x50 - 0x57, SW write protect at 0x30-37 31 Catalyst 34FC02 2K 0x50 - 0x57, SW write protect at 0x30-37 32 Catalyst 34RC02 2K 0x50 - 0x57, SW write protect at 0x30-37 33 Fairchild 34W02 2K 0x50 - 0x57, SW write protect at 0x30-37 34 Microchip 24AA52 2K 0x50 - 0x57, SW write protect at 0x30-37 35 ST M34C02 2K 0x50 - 0x57, SW write protect at 0x30-37 69 software write protect register at 0x30 - 0x37 (0x20 less than the memory 73 this address will write protect the memory array permanently, and the
|
| /kernel/linux/linux-5.10/Documentation/misc-devices/ |
| D | eeprom.rst | 38 Atmel 34C02B 2K 0x50 - 0x57, SW write protect at 0x30-37 39 Catalyst 34FC02 2K 0x50 - 0x57, SW write protect at 0x30-37 40 Catalyst 34RC02 2K 0x50 - 0x57, SW write protect at 0x30-37 41 Fairchild 34W02 2K 0x50 - 0x57, SW write protect at 0x30-37 42 Microchip 24AA52 2K 0x50 - 0x57, SW write protect at 0x30-37 43 ST M34C02 2K 0x50 - 0x57, SW write protect at 0x30-37 78 software write protect register at 0x30 - 0x37 (0x20 less than the memory 82 this address will write protect the memory array permanently, and the
|
| /kernel/linux/linux-5.10/arch/mips/sgi-ip22/ |
| D | ip22-nvram.c | 18 #define EEPROM_PRREAD 0xc000 /* read protect register */ 19 #define EEPROM_PREN 0x9800 /* enable protect register mode */ 20 #define EEPROM_PRCLEAR 0xffff /* clear protect register */ 21 #define EEPROM_PRWRITE 0xa000 /* write protect register */ 22 #define EEPROM_PRDS 0x8000 /* disable protect register, forever */ 24 #define EEPROM_EPROT 0x01 /* Protect register enable */
|
| /kernel/linux/linux-4.19/arch/mips/sgi-ip22/ |
| D | ip22-nvram.c | 18 #define EEPROM_PRREAD 0xc000 /* read protect register */ 19 #define EEPROM_PREN 0x9800 /* enable protect register mode */ 20 #define EEPROM_PRCLEAR 0xffff /* clear protect register */ 21 #define EEPROM_PRWRITE 0xa000 /* write protect register */ 22 #define EEPROM_PRDS 0x8000 /* disable protect register, forever */ 24 #define EEPROM_EPROT 0x01 /* Protect register enable */
|
| /kernel/linux/linux-5.10/include/soc/at91/ |
| D | at91sam9_ddrsdr.h | 114 #define AT91_DDRSDRC_WPMR 0xE4 /* Write Protect Mode Register [SAM9 Only] */ 115 #define AT91_DDRSDRC_WP (1 << 0) /* Write protect enable */ 116 #define AT91_DDRSDRC_WPKEY (0xffffff << 8) /* Write protect key */ 117 #define AT91_DDRSDRC_KEY (0x444452 << 8) /* Write protect key = "DDR" */ 119 #define AT91_DDRSDRC_WPSR 0xE8 /* Write Protect Status Register [SAM9 Only] */ 120 #define AT91_DDRSDRC_WPVS (1 << 0) /* Write protect violation status */ 121 #define AT91_DDRSDRC_WPVSRC (0xffff << 8) /* Write protect violation source */
|
| /kernel/linux/linux-4.19/include/linux/platform_data/ |
| D | mmc-s3cmci.h | 7 * @no_wprotect: Set this to indicate there is no write-protect switch. 9 * @wprotect_invert: Invert the default sense of the write protect switch. 10 * @detect_invert: Invert the default sense of the write protect switch. 13 * @gpio_wprotect: GPIO number for the write protect line.
|
| /kernel/linux/linux-4.19/include/soc/at91/ |
| D | at91sam9_ddrsdr.h | 118 #define AT91_DDRSDRC_WPMR 0xE4 /* Write Protect Mode Register [SAM9 Only] */ 119 #define AT91_DDRSDRC_WP (1 << 0) /* Write protect enable */ 120 #define AT91_DDRSDRC_WPKEY (0xffffff << 8) /* Write protect key */ 121 #define AT91_DDRSDRC_KEY (0x444452 << 8) /* Write protect key = "DDR" */ 123 #define AT91_DDRSDRC_WPSR 0xE8 /* Write Protect Status Register [SAM9 Only] */ 124 #define AT91_DDRSDRC_WPVS (1 << 0) /* Write protect violation status */ 125 #define AT91_DDRSDRC_WPVSRC (0xffff << 8) /* Write protect violation source */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
| D | netdev.h | 212 /* protect vif list */ 217 /* protect head of transmit queue */ 220 /* protect txq_entry_t transmit queue */ 223 /* protect rxq_entry_t receiver queue */ 226 /* lock to protect hif access */ 238 /* lock to protect issue of wid command to firmware */
|
| /kernel/linux/linux-4.19/Documentation/RCU/ |
| D | 00-INDEX | 4 - Using RCU to Protect Read-Mostly Arrays 8 - Using RCU to Protect Read-Mostly Linked Lists 14 - Using RCU to Protect Dynamic NMI Handlers
|
| /kernel/linux/linux-4.19/drivers/scsi/ |
| D | pmcraid.h | 679 spinlock_t resource_lock; /* spinlock to protect resource list */ 956 "Data Protect, device is read/write protected by IOA"}, 958 "Data Protect, IOA doesn't support device attribute"}, 960 "Data Protect, NVRAM mirroring prohibited"}, 962 "Data Protect, array is short 2 or more devices"}, 964 "Data Protect, exposed array is short a required device"}, 966 "Data Protect, array members not at required addresses"}, 968 "Data Protect, exposed mode device resource address conflict"}, 970 "Data Protect, incorrect resource address of exposed mode device"}, 972 "Data Protect, Array is missing a device and parity is out of sync"}, [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | pmcraid.h | 666 spinlock_t resource_lock; /* spinlock to protect resource list */ 943 "Data Protect, device is read/write protected by IOA"}, 945 "Data Protect, IOA doesn't support device attribute"}, 947 "Data Protect, NVRAM mirroring prohibited"}, 949 "Data Protect, array is short 2 or more devices"}, 951 "Data Protect, exposed array is short a required device"}, 953 "Data Protect, array members not at required addresses"}, 955 "Data Protect, exposed mode device resource address conflict"}, 957 "Data Protect, incorrect resource address of exposed mode device"}, 959 "Data Protect, Array is missing a device and parity is out of sync"}, [all …]
|
| /kernel/linux/linux-4.19/security/ |
| D | min_addr.c | 7 /* amount of vm to protect from userspace access by both DAC and the LSM*/ 9 /* amount of vm to protect from userspace using CAP_SYS_RAWIO (DAC) */ 11 /* amount of vm to protect from userspace using the LSM = CONFIG_LSM_MMAP_MIN_ADDR */
|
| /kernel/linux/linux-5.10/security/ |
| D | min_addr.c | 7 /* amount of vm to protect from userspace access by both DAC and the LSM*/ 9 /* amount of vm to protect from userspace using CAP_SYS_RAWIO (DAC) */ 11 /* amount of vm to protect from userspace using the LSM = CONFIG_LSM_MMAP_MIN_ADDR */
|
| /kernel/linux/linux-4.19/drivers/staging/wilc1000/ |
| D | wilc_wfi_netdevice.h | 132 /*protect head of transmit queue*/ 134 /*protect txq_entry_t transmit queue*/ 136 /*protect rxq_entry_t receiver queue*/ 138 /* lock to protect hif access */
|
| /kernel/linux/linux-4.19/drivers/staging/iio/adc/ |
| D | ad7606.h | 17 * @lock protect sensor state 27 * @lock protect sensor state 42 struct mutex lock; /* protect sensor state */
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mmc/ |
| D | synopsys-dw-mshc.txt | 28 * wp-gpios: specifies the write protect gpio line. The format of the 30 for write-protect, this property is optional. 33 we'd assume that the write protect is hooked up directly to the 34 controller's special purpose write protect line (accessible via 36 want write protect. In that case specify 'disable-wp'.
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | qcom,msm8916-wcd-analog.txt | 15 "cdc_spk_ocp_int" - Speaker over current protect interrupt. 21 "cdc_ear_ocp_int" - Earphone over current protect interrupt. 22 "cdc_hphr_ocp_int" - Headphone R over current protect interrupt. 23 "cdc_hphl_ocp_det" - Headphone L over current protect interrupt.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | qcom,msm8916-wcd-analog.txt | 15 "cdc_spk_ocp_int" - Speaker over current protect interrupt. 21 "cdc_ear_ocp_int" - Earphone over current protect interrupt. 22 "cdc_hphr_ocp_int" - Headphone R over current protect interrupt. 23 "cdc_hphl_ocp_det" - Headphone L over current protect interrupt.
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | mmc-s3cmci.h | 7 * @no_wprotect: Set this to indicate there is no write-protect switch. 9 * @wprotect_invert: Invert the default sense of the write protect switch. 12 * @gpio_wprotect: GPIO number for the write protect line.
|
| /kernel/linux/linux-4.19/Documentation/device-mapper/ |
| D | dm-integrity.txt | 107 will protect the data against accidental corruption. 129 the size of files that were written. To protect against this 133 Protect sector numbers in the journal from accidental or malicious 134 modification. To protect against accidental modification, use a 135 crc algorithm, to protect against malicious modification, use a 182 numbers in the journal section, to protect against a
|
| /kernel/linux/linux-5.10/drivers/lightnvm/ |
| D | pblk-rb.c | 178 /* Release flags on context. Protect from writes and reads */ in clean_wctx() 312 /* Protect from reads and writes */ in pblk_rb_sync_l2p() 356 /* Release flags on write context. Protect from writes */ in pblk_rb_write_entry_user() 382 /* Release flags on write context. Protect from writes */ in pblk_rb_write_entry_gc() 407 /* Protect flush points */ in pblk_rb_flush_point_set() 447 /* Protect from read count */ in pblk_rb_may_write() 483 /* Protect from read count */ in pblk_rb_may_write_flush() 594 /* Release flags on context. Protect from writes */ in pblk_rb_read_to_bio() 604 /* Release flags on context. Protect from writes */ in pblk_rb_read_to_bio() 612 /* Release flags on context. Protect from writes */ in pblk_rb_read_to_bio() [all …]
|
| /kernel/linux/linux-4.19/drivers/lightnvm/ |
| D | pblk-rb.c | 149 /* Release flags on context. Protect from writes and reads */ in clean_wctx() 277 /* Protect from reads and writes */ in pblk_rb_sync_l2p() 321 /* Release flags on write context. Protect from writes */ in pblk_rb_write_entry_user() 347 /* Release flags on write context. Protect from writes */ in pblk_rb_write_entry_gc() 372 /* Protect flush points */ in pblk_rb_flush_point_set() 409 /* Protect from read count */ in pblk_rb_may_write() 445 /* Protect from read count */ in pblk_rb_may_write_flush() 553 /* Release flags on context. Protect from writes */ in pblk_rb_read_to_bio() 563 /* Release flags on context. Protect from writes */ in pblk_rb_read_to_bio() 571 /* Release flags on context. Protect from writes */ in pblk_rb_read_to_bio() [all …]
|
| /kernel/linux/linux-4.19/include/linux/mlx5/ |
| D | driver.h | 239 * protect bfreg allocation data structs 277 /* protect block chain allocations 295 /* protect command average calculations */ 312 /* protect command queue allocations 316 /* protect token allocations 386 /* protect radix tree */ 490 /* protect EQs list 510 /* protect blue flame registers allocations */ 544 /* protect radix tree 551 /* protect radix tree [all …]
|
| /kernel/linux/linux-4.19/drivers/misc/mic/host/ |
| D | mic_intr.h | 74 * @mic_intr_lock: spinlock to protect the interrupt callback list. 75 * @mic_thread_lock: spinlock to protect the thread callback list. 76 * This lock is used to protect against thread_fn while 77 * mic_intr_lock is used to protect against interrupt handler.
|