Home
last modified time | relevance | path

Searched refs:writeable (Results 1 – 25 of 30) sorted by relevance

12

/linux/Documentation/driver-api/mtd/
H A Dspi-intel.rst19 passing "spi_intel.writeable=1".
35 3) Add "spi_intel.writeable=1" to the kernel command line and reboot
36 the board (you can also reload the driver passing "writeable=1" as
/linux/arch/loongarch/kvm/
H A Dmmu.c774 bool writeable; in kvm_map_page() local
792 hva = gfn_to_hva_memslot_prot(memslot, gfn, &writeable); in kvm_map_page()
793 if (kvm_is_error_hva(hva) || (write && !writeable)) { in kvm_map_page()
823 pfn = kvm_faultin_pfn(vcpu, gfn, write, &writeable, &page); in kvm_map_page()
858 if (writeable) { in kvm_map_page()
904 kvm_release_faultin_page(kvm, page, false, writeable); in kvm_map_page()
/linux/Documentation/admin-guide/laptops/
H A Dtoshiba_haps.rst75 protection_level The protection_level is readable and writeable, and
84 reset_protection The reset_protection entry is writeable only, being "1"
/linux/tools/testing/selftests/rcutorture/bin/
H A Dmktestid.sh15 echo Path '"'${resdir}'"' not writeable directory, no ${resdir}/testid.txt.
/linux/drivers/xen/
H A Dgntdev.c67 bool writeable; member
817 ret = pin_user_pages_fast(addr, 1, batch->writeable ? FOLL_WRITE : 0, &page); in gntdev_get_page()
831 unpin_user_pages_dirty_lock(batch->pages, batch->nr_pages, batch->writeable); in gntdev_put_pages()
833 batch->writeable = false; in gntdev_put_pages()
922 batch->writeable = false; in gntdev_grant_copy_seg()
942 batch->writeable = true; in gntdev_grant_copy_seg()
/linux/include/linux/mfd/
H A Daat2870.h115 bool writeable; member
/linux/drivers/mfd/
H A Daat2870-core.c133 if (!aat2870->reg_cache[addr].writeable) { in __aat2870_write()
429 if (reg->writeable) in aat2870_i2c_resume()
/linux/net/vmw_vsock/
H A Dhyperv_transport.c216 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes() local
223 if (writeable <= HVS_PKT_LEN(1) + HVS_PKT_LEN(0)) in hvs_channel_writable_bytes()
226 ret = writeable - HVS_PKT_LEN(1) - HVS_PKT_LEN(0); in hvs_channel_writable_bytes()
/linux/drivers/spi/
H A Dspi-intel.c190 static bool writeable; variable
191 module_param(writeable, bool, 0);
192 MODULE_PARM_DESC(writeable, "Enable write access to SPI flash chip (default=0)");
1124 if (writeable) { in intel_spi_init()
1264 if (!writeable || (!ignore_protection_status && in intel_spi_fill_partition()
/linux/Documentation/devicetree/bindings/mips/img/
H A Dxilfpga.txt69 The BootRAM is a writeable "RAM" in FPGA at 0x1FC0_0000.
/linux/Documentation/admin-guide/cgroup-v1/
H A Dnet_prio.rst45 writeable 'net_prio.ifpriomap' file that can be used to set a system default
/linux/Documentation/filesystems/smb/
H A Dcifsroot.rst86 writeable = yes
/linux/arch/arm/mm/
H A Dproc-v7m.S128 @ point to writeable memory because the processor saves
/linux/drivers/scsi/
H A Dsr.c398 if (!cd->writeable) in sr_init_command()
907 cd->writeable = 1; in get_capabilities()
/linux/Documentation/networking/
H A Dnf_conntrack-sysctl.rst22 This sysctl is only writeable in the initial net namespace.
/linux/fs/ceph/
H A Dmds_client.h91 bool writeable; member
H A Dmds_client.c4296 ceph_decode_8_safe(&p, end, cap_auths[i].writeable, bad); in handle_session()
4301 cap_auths[i].readable, cap_auths[i].writeable); in handle_session()
5809 if ((mask & MAY_WRITE) && s->writeable && in ceph_mds_check_access()
5813 if (((mask & MAY_WRITE) && !s->writeable) || in ceph_mds_check_access()
5834 rw_perms_s->readable, rw_perms_s->writeable, in ceph_mds_check_access()
/linux/Documentation/arch/arm64/
H A Dgcs.rst22 PE which is writeable only through specific GCS operations. This
/linux/Documentation/hwmon/
H A Ddme1737.rst305 writeable if the associated PWM is in
H A Dsysfs-interface.rst73 readable. Writeable standard ABI attributes shall be writeable only for
/linux/include/uapi/linux/
H A Dkvm.h546 __u8 writeable; member
/linux/tools/include/uapi/linux/
H A Dkvm.h546 __u8 writeable; member
/linux/Documentation/arch/sparc/oradax/
H A Doracle-dax.rst158 in the driver. Note that the completion area is not writeable by the
/linux/Documentation/filesystems/
H A Dlocking.rst646 writeable. The filesystem again must ensure that there are no
/linux/tools/power/pm-graph/
H A DREADME604 # push the script to a writeable location

12