Searched refs:host_prot (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 593 int host_prot, int flags, int page_flags, in mmap_h_eq_g() argument 603 p = mmap(want_p, len, host_prot, flags, fd, offset); in mmap_h_eq_g() 646 static abi_long mmap_h_lt_g(abi_ulong start, abi_ulong len, int host_prot, in mmap_h_lt_g() argument 684 p = mmap(want_p, len, host_prot, flags | MAP_ANONYMOUS, -1, 0); in mmap_h_lt_g() 686 p = mmap(want_p, len, host_prot, flags, fd, offset); in mmap_h_lt_g() 698 void *t = mmap(p, len - fileend_adj, host_prot, in mmap_h_lt_g() 733 p = mmap(want_p, host_len, host_prot, flags | MAP_ANONYMOUS, -1, 0); in mmap_h_lt_g() 750 void *t = mmap(p, len - fileend_adj, host_prot, in mmap_h_lt_g() 780 int target_prot, int host_prot, in mmap_h_gt_g() argument 799 p = mmap(want_p, host_len, host_prot, flags, fd, host_offset); in mmap_h_gt_g() [all …]
|
/openbmc/linux/drivers/target/loopback/ |
H A D | tcm_loop.c | 316 int error, host_prot; in tcm_loop_driver_probe() local 343 host_prot = SHOST_DIF_TYPE1_PROTECTION | SHOST_DIF_TYPE2_PROTECTION | in tcm_loop_driver_probe() 347 scsi_host_set_prot(sh, host_prot); in tcm_loop_driver_probe()
|
/openbmc/linux/drivers/scsi/ |
H A D | virtio_scsi.c | 903 int host_prot; in virtscsi_probe() local 905 host_prot = SHOST_DIF_TYPE1_PROTECTION | SHOST_DIF_TYPE2_PROTECTION | in virtscsi_probe() 909 scsi_host_set_prot(shost, host_prot); in virtscsi_probe()
|