Searched refs:write_protect (Results 1 – 9 of 9) sorted by relevance
/drivers/acpi/ |
D | acpi_memhotplug.c | 50 unsigned short write_protect; /* memory read/write attribute */ member 76 (info->write_protect == address64.info.mem.write_protect) && in acpi_memory_get_resource() 89 new->write_protect = address64.info.mem.write_protect; in acpi_memory_get_resource()
|
D | resource.c | 73 u8 write_protect) in acpi_dev_memresource_flags() argument 80 if (write_protect == ACPI_READ_WRITE_MEMORY) in acpi_dev_memresource_flags() 85 u8 write_protect) in acpi_dev_get_memresource() argument 89 acpi_dev_memresource_flags(res, len, write_protect); in acpi_dev_get_memresource() 117 memory24->write_protect); in acpi_dev_resource_memory() 123 memory32->write_protect); in acpi_dev_resource_memory() 129 fixed_memory32->write_protect); in acpi_dev_resource_memory() 211 bool wp = addr->info.mem.write_protect; in acpi_decode_space()
|
/drivers/acpi/acpica/ |
D | rsmemory.c | 31 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.memory24.write_protect), 63 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.memory32.write_protect), 95 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.fixed_memory32.write_protect),
|
D | rsdumpinfo.c | 108 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(memory24.write_protect), 123 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(memory32.write_protect), 138 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(fixed_memory32.write_protect), 528 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET(address.info.mem.write_protect),
|
D | rsaddr.c | 214 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.info.mem.write_protect),
|
/drivers/pnp/pnpacpi/ |
D | rsparser.c | 372 if (p->write_protect == ACPI_READ_WRITE_MEMORY) in pnpacpi_parse_mem24_option() 384 if (p->write_protect == ACPI_READ_WRITE_MEMORY) in pnpacpi_parse_mem32_option() 396 if (p->write_protect == ACPI_READ_WRITE_MEMORY) in pnpacpi_parse_fixed_mem32_option() 418 if (p->info.mem.write_protect == ACPI_READ_WRITE_MEMORY) in pnpacpi_parse_address_option() 437 if (p->info.mem.write_protect == ACPI_READ_WRITE_MEMORY) in pnpacpi_parse_ext_address_option() 812 memory24->write_protect = p->flags & IORESOURCE_MEM_WRITEABLE ? in pnpacpi_encode_mem24() 826 memory24->write_protect); in pnpacpi_encode_mem24() 836 memory32->write_protect = p->flags & IORESOURCE_MEM_WRITEABLE ? in pnpacpi_encode_mem32() 850 memory32->write_protect); in pnpacpi_encode_mem32() 860 fixed_memory32->write_protect = in pnpacpi_encode_fixed_mem32() [all …]
|
/drivers/nvme/target/ |
D | admin-cmd.c | 768 u32 write_protect = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_write_protect() local 777 switch (write_protect) { in nvmet_set_feat_write_protect()
|
/drivers/target/ |
D | target_core_fabric_configfs.c | 205 CONFIGFS_ATTR(target_fabric_mappedlun_, write_protect);
|
/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 2835 goto write_protect; in qla28xx_write_flash_data() 2904 goto write_protect; in qla28xx_write_flash_data() 2941 write_protect: in qla28xx_write_flash_data()
|