Home
last modified time | relevance | path

Searched full:immutable (Results 1 – 25 of 168) sorted by relevance

1234567

/linux/include/uapi/linux/
H A Dsecurebits.h20 #define SECURE_NOROOT_LOCKED 1 /* make bit-0 immutable */
30 #define SECURE_NO_SETUID_FIXUP_LOCKED 3 /* make bit-2 immutable */
42 #define SECURE_KEEP_CAPS_LOCKED 5 /* make bit-4 immutable */
49 #define SECURE_NO_CAP_AMBIENT_RAISE_LOCKED 7 /* make bit-6 immutable */
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-firewire48 Read-only and immutable.
60 Read-only. Immutable during the unit device's lifetime.
79 Immutable during the unit device's lifetime.
126 Read-only attribute, immutable during the target's lifetime.
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c72 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/kvm/x86_64/
H A Dvmx_pmu_caps_test.c38 * The LBR format and most PEBS features are immutable, all other features are
81 * PERF_CAPABILITIES is immutable after KVM_RUN.
143 * Verify KVM rejects attempts to set unsupported and/or immutable features in
159 TEST_ASSERT(!r, "%s immutable feature 0x%llx (bit %d) didn't fail", in KVM_ONE_VCPU_TEST()
/linux/drivers/md/dm-vdo/indexer/
H A Dchapter-index.h17 * immutable because the contents of a closed chapter can never change, and the immutable structure
H A Ddelta-index.h23 * A delta_index can either be mutable or immutable depending on its expected use. The immutable
112 * page to be treated as an immutable delta_index. We use the delta_zone field to treat the chapter
178 /* Temporary delta list for immutable indices */
H A Ddelta-index.c64 * immutable form is created by uds_initialize_delta_index_page(), and is used for closed (and
65 * cached) chapter index pages. The immutable form does not allocate delta list headers or
104 * Immutable delta lists are packed into pages containing a header that encodes the delta list
128 * Header data used for immutable delta index pages. This data is followed by the delta list offset
423 /* Get the bit offset to the immutable delta list header. */
430 /* Get the bit offset to the start of the immutable delta list bit stream. */
437 /* Set the bit offset to the start of the immutable delta list bit stream. */
702 * Pack delta lists from a mutable delta index into an immutable delta index page. A range of delta
704 * memory page used in the immutable index. The number of lists copied onto the page is returned in
1260 * Translate the immutable delta list header into a temporary in uds_start_delta_index_search()
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c65 struct vmw_resource *ctx; /* Immutable */
66 struct vmw_resource *srf; /* Immutable */
67 struct vmw_resource *cotable; /* Immutable */
70 unsigned view_type; /* Immutable */
71 unsigned view_id; /* Immutable */
72 u32 cmd_size; /* Immutable */
74 u32 cmd[]; /* Immutable */
H A Dvmwgfx_cmdbuf.c73 * Immutable.
74 * @dev_priv: Pointer to the device private struct. Immutable.
82 * able to make a contigous coherent DMA memory allocation, @handle. Immutable.
84 * a contigous coherent DMA memory allocation. Immutable.
88 * @default_size: Default size for the @cur command buffer. Immutable.
90 * handle. Immutable.
102 * allocation. Immutable.
106 * false. Immutable.
107 * @size: The size of the command buffer space. Immutable.
/linux/Documentation/admin-guide/media/
H A Dimx7.rst200 <- "ov5640 1-003c":0 [ENABLED,IMMUTABLE]
203 -> "csi capture":0 [ENABLED,IMMUTABLE]
209 <- "csi":1 [ENABLED,IMMUTABLE]
216 -> "csi":0 [ENABLED,IMMUTABLE]
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-setup-link.rst41 enable/disable a link. Links marked with the ``IMMUTABLE`` link flag can
64 non-existing link, or the link is immutable and an attempt to modify
/linux/drivers/infiniband/hw/qedr/
H A Dmain.c85 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/tools/testing/selftests/efivarfs/
H A Dopen-unlink.c13 static int set_immutable(const char *path, int immutable) in set_immutable() argument
32 if (immutable) in set_immutable()
/linux/drivers/infiniband/sw/rdmavt/
H A Dvt.c260 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/rust/kernel/
H A Dlist.rs156 // SAFETY: The type is opaque so immutable references to a ListLinks are useless. Therefore, it's
157 // okay to have immutable access to a ListLinks from several threads at once.
207 // SAFETY: The type is opaque so immutable references to a ListLinksSelfPtr are useless. Therefore,
208 // it's okay to have immutable access to a ListLinks from several threads at once.
557 // dangling. There's no race because the iterator holds an immutable borrow to the list. in next()
599 // access to the cursor or the list. However, the `ArcBorrow` holds an immutable borrow in current()
601 // mutable access requires first releasing the immutable borrow on the cursor. in current()
H A Drbtree.rs729 // The cursor only gives out immutable references to the keys, but since it has excusive access to those same
733 // SAFETY: The [`Cursor`] gives out immutable references to K and mutable references to V,
742 // - We have an immutable reference by the function signature. in current()
850 // - By the function signature, we have an immutable reference to `self`. in peek()
889 /// - The caller has immutable access to `node` for the duration of 'b.
893 // SAFETY: the caller guarantees immutable access to `node`. in to_key_value()
911 /// - The caller has immutable access to the key for the duration of 'b. in to_key_value_raw()
951 // SAFETY: The [`Iter`] gives out immutable references to K and V, so it has the same
952 // thread safety requirements as immutable references.
955 // SAFETY: The [`Iter`] gives out immutable reference
[all...]
H A Dkunit.rs93 // an immutable C string.
97 // an immutable C string.
/linux/drivers/md/persistent-data/
H A DKconfig8 Library providing immutable on-disk data structure support for
/linux/arch/x86/virt/svm/
H A Dsev.c42 immutable : 1, member
541 int rmp_make_private(u64 pfn, u64 gpa, enum pg_level level, u32 asid, bool immutable) in rmp_make_private() argument
548 state.immutable = immutable; in rmp_make_private()
/linux/Documentation/gpu/rfc/
H A Di915_small_bar.h98 * is immutable. Previously we would have two ioctls, one to create the object
100 * creates some ambiguity for the params which are considered immutable. Also in
/linux/arch/x86/include/asm/
H A Dsev.h107 u8 immutable; member
509 int rmp_make_private(u64 pfn, u64 gpa, enum pg_level level, u32 asid, bool immutable);
520 bool immutable) in rmp_make_private() argument
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst18 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.
515 The other properties are used to restrict immutable security properties
/linux/Documentation/block/
H A Dbiovecs.rst2 Immutable biovecs and biovec iterators
48 Having a real iterator, and making biovecs immutable, has a number of
/linux/drivers/gpu/drm/
H A Ddrm_blend.c137 * value can also be immutable, to inform userspace about the hard-coded
139 * any plane has a zpos property (either mutable or immutable), then all
357 * those planes immutable zpos properties with lower or higher values (for more
397 * This function initializes generic immutable zpos property and enables
/linux/drivers/nvdimm/
H A Dpmem.h21 /* immutable base size of the namespace */

1234567