/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_main.c | 72 struct ib_port_immutable *immutable) in ocrdma_port_immutable() argument 79 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in ocrdma_port_immutable() 81 immutable->core_cap_flags |= RDMA_CORE_CAP_PROT_ROCE_UDP_ENCAP; in ocrdma_port_immutable() 87 immutable->pkey_tbl_len = attr.pkey_tbl_len; in ocrdma_port_immutable() 88 immutable->gid_tbl_len = attr.gid_tbl_len; in ocrdma_port_immutable() 89 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in ocrdma_port_immutable()
|
/linux/tools/testing/selftests/efivarfs/ |
H A D | open-unlink.c | 13 static int set_immutable(const char *path, int immutable) in set_immutable() argument 32 if (immutable) in set_immutable()
|
/linux/arch/x86/virt/svm/ |
H A D | sev.c | 45 u8 immutable :1, member 63 immutable : 1, member 732 e->immutable = e_raw->immutable; in get_rmpentry() 1005 int rmp_make_private(u64 pfn, u64 gpa, enum pg_level level, u32 asid, bool immutable) in rmp_make_private() argument 1012 state.immutable = immutable; in rmp_make_private()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-virtual-misc-tdx_guest | 24 (RO) MRCONFIGID - 48-byte immutable storage typically used for 33 (RO) MROWNER - 48-byte immutable storage typically used for 41 (RO) MROWNERCONFIG - 48-byte immutable storage typically used
|
/linux/drivers/infiniband/sw/rdmavt/ |
H A D | vt.c | 260 struct ib_port_immutable *immutable) in rvt_get_port_immutable() argument 266 immutable->core_cap_flags = rdi->dparms.core_cap_flags; in rvt_get_port_immutable() 272 immutable->pkey_tbl_len = attr.pkey_tbl_len; in rvt_get_port_immutable() 273 immutable->gid_tbl_len = attr.gid_tbl_len; in rvt_get_port_immutable() 274 immutable->max_mad_size = rdi->dparms.max_mad_size; in rvt_get_port_immutable()
|
/linux/drivers/infiniband/hw/qedr/ |
H A D | main.c | 85 struct ib_port_immutable *immutable) in qedr_roce_port_immutable() argument 94 immutable->pkey_tbl_len = attr.pkey_tbl_len; in qedr_roce_port_immutable() 95 immutable->gid_tbl_len = attr.gid_tbl_len; in qedr_roce_port_immutable() 96 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE | in qedr_roce_port_immutable() 98 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in qedr_roce_port_immutable() 104 struct ib_port_immutable *immutable) in qedr_iw_port_immutable() argument 113 immutable->gid_tbl_len = 1; in qedr_iw_port_immutable() 114 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in qedr_iw_port_immutable() 115 immutable->max_mad_size = 0; in qedr_iw_port_immutable()
|
/linux/include/rdma/ |
H A D | ib_verbs.h | 2233 struct ib_port_immutable immutable; member 2415 struct ib_port_immutable *immutable); 3192 return device->port_data[port_num].immutable.core_cap_flags & in rdma_is_grh_required() 3199 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_ib() 3206 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_roce() 3213 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_roce_udp_encap() 3220 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_roce_eth_encap() 3227 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_iwarp() 3241 return device->port_data[port_num].immutable.core_cap_flags & in rdma_protocol_raw_packet() 3248 return device->port_data[port_num].immutable in rdma_protocol_usnic() [all...] |
/linux/drivers/md/persistent-data/ |
H A D | Kconfig | 8 Library providing immutable on-disk data structure support for
|
/linux/drivers/infiniband/hw/mana/ |
H A D | main.c | 552 struct ib_port_immutable *immutable) in mana_ib_get_port_immutable() argument 562 immutable->pkey_tbl_len = attr.pkey_tbl_len; in mana_ib_get_port_immutable() 563 immutable->gid_tbl_len = attr.gid_tbl_len; in mana_ib_get_port_immutable() 567 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in mana_ib_get_port_immutable() 568 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mana_ib_get_port_immutable() 570 immutable->core_cap_flags = RDMA_CORE_CAP_PROT_ROCE_UDP_ENCAP in mana_ib_get_port_immutable() 572 immutable->max_mad_size = 0; in mana_ib_get_port_immutable() 575 immutable->core_cap_flags = RDMA_CORE_PORT_RAW_PACKET; in mana_ib_get_port_immutable()
|
/linux/arch/x86/include/asm/ |
H A D | sev.h | 139 u8 immutable; member 617 int rmp_make_private(u64 pfn, u64 gpa, enum pg_level level, u32 asid, bool immutable); 647 bool immutable) in rmp_make_private() argument
|
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_main.c | 511 struct ib_port_immutable *immutable) in hns_roce_port_immutable() argument 520 immutable->pkey_tbl_len = attr.pkey_tbl_len; in hns_roce_port_immutable() 521 immutable->gid_tbl_len = attr.gid_tbl_len; in hns_roce_port_immutable() 523 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in hns_roce_port_immutable() 524 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE; in hns_roce_port_immutable() 526 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in hns_roce_port_immutable()
|
/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_main.c | 125 struct ib_port_immutable *immutable) in pvrdma_port_immutable() argument 132 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE; in pvrdma_port_immutable() 134 immutable->core_cap_flags |= RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in pvrdma_port_immutable() 140 immutable->pkey_tbl_len = attr.pkey_tbl_len; in pvrdma_port_immutable() 141 immutable->gid_tbl_len = attr.gid_tbl_len; in pvrdma_port_immutable() 142 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in pvrdma_port_immutable()
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_plane.c | 291 int zpos, bool immutable) in exynos_plane_attach_zpos_property() argument 293 if (immutable) in exynos_plane_attach_zpos_property()
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-firewire | 48 Read-only and immutable. 126 Read-only attribute, immutable during the target's lifetime.
|
/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_main.c | 323 struct ib_port_immutable *immutable) in usnic_port_immutable() argument 328 immutable->core_cap_flags = RDMA_CORE_PORT_USNIC; in usnic_port_immutable() 334 immutable->gid_tbl_len = attr.gid_tbl_len; in usnic_port_immutable()
|
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | provider.c | 425 struct ib_port_immutable *immutable) in c4iw_port_immutable() argument 430 immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in c4iw_port_immutable() 436 immutable->gid_tbl_len = attr.gid_tbl_len; in c4iw_port_immutable()
|
/linux/Documentation/admin-guide/LSM/ |
H A D | ipe.rst | 18 on the immutable security properties inherent to system components. These 26 extended to include new elements as the system evolves. The immutable 31 initramfs" becomes an immutable property under IPE's consideration. 33 The immutable property concept extends to the security features enabled on 37 integrity of an entire device by providing a verifiable and immutable state 41 they are considered immutable properties. These examples demonstrate how 42 IPE leverages immutable properties, such as a file's origin and its 49 from initramfs) or evaluating the internal state of an immutable security 169 assess immutable security properties about the files being evaluated. 546 The other properties are used to restrict immutable securit [all...] |
/linux/Documentation/filesystems/ |
H A D | efivarfs.rst | 24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
|
/linux/mm/ |
H A D | percpu-internal.h | 71 bool immutable; /* no [de]population allowed */ member
|
H A D | percpu-vm.c | 17 WARN_ON(chunk->immutable); in pcpu_chunk_page()
|
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_provider.c | 1034 struct ib_port_immutable *immutable) in mthca_port_immutable() argument 1039 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_IB; in mthca_port_immutable() 1045 immutable->pkey_tbl_len = attr.pkey_tbl_len; in mthca_port_immutable() 1046 immutable->gid_tbl_len = attr.gid_tbl_len; in mthca_port_immutable() 1047 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in mthca_port_immutable()
|
/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-setup-link.rst | 64 non-existing link, or the link is immutable and an attempt to modify
|
/linux/fs/bcachefs/ |
H A D | inode_format.h | 138 x(immutable, 1) \
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_verbs.c | 197 struct ib_port_immutable *immutable) in rxe_port_immutable() argument 213 immutable->core_cap_flags = RDMA_CORE_PORT_IBA_ROCE_UDP_ENCAP; in rxe_port_immutable() 214 immutable->pkey_tbl_len = attr.pkey_tbl_len; in rxe_port_immutable() 215 immutable->gid_tbl_len = attr.gid_tbl_len; in rxe_port_immutable() 216 immutable->max_mad_size = IB_MGMT_MAD_SIZE; in rxe_port_immutable()
|
/linux/drivers/infiniband/hw/efa/ |
H A D | efa.h | 179 struct ib_port_immutable *immutable);
|