Home
last modified time | relevance | path

Searched refs:migratable (Results 1 – 19 of 19) sorted by relevance

/linux/security/keys/trusted-keys/
H A Dtrusted_core.c57 static unsigned char migratable; variable
136 p->migratable = migratable; in trusted_payload_alloc()
241 if (!p->migratable) in trusted_update()
266 new_p->migratable = p->migratable; in trusted_update()
372 migratable = trusted_key_sources[i].ops->migratable; in init_trusted()
H A Dtrusted_tpm2.c308 flags |= payload->migratable ? 0 : (TPM2_OA_FIXED_TPM | TPM2_OA_FIXED_PARENT); in tpm2_seal_trusted()
429 payload->migratable = 0; in tpm2_load_cmd()
431 payload->migratable = 1; in tpm2_load_cmd()
555 /* migratable flag is at the end of the key */ in tpm2_unseal_cmd()
558 payload->migratable = data[data_len - 1]; in tpm2_unseal_cmd()
561 * migratable flag already collected from key in tpm2_unseal_cmd()
H A Dtrusted_caam.c75 .migratable = 0, /* non-migratable */
H A Dtrusted_tpm1.c682 /* include migratable flag at end of sealed key */ in key_seal()
683 p->key[p->key_len] = p->migratable; in key_seal()
713 /* pull migratable flag out of sealed key */ in key_unseal()
714 p->migratable = p->key[--p->key_len]; in key_unseal()
735 {Opt_migratable, "migratable=%s"},
828 pay->migratable = 0; in getoptions()
1079 .migratable = 1, /* migratable by default */
H A Dtrusted_tee.c284 .migratable = 0, /* non-migratable */
H A Dtrusted_dcp.c355 .migratable = 0,
/linux/include/keys/
H A Dtrusted-type.h30 unsigned char migratable; member
56 unsigned char migratable; member
92 pr_info("migratable %d\n", p->migratable); in dump_payload()
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dswitchdev.rst185 migratable capability setup
188 explicitly enable the VF migratable capability.
190 mlx5 driver support devlink port function attr mechanism to setup migratable
/linux/Documentation/driver-api/cxl/linux/
H A Dmemory-hotplug.rst34 migratable allocations.
/linux/Documentation/driver-api/cxl/allocation/
H A Dpage-allocator.rst36 typically not migratable, and as a result can only be serviced from
/linux/include/linux/
H A Dhugetlb.h647 HPAGEFLAG(Migratable, migratable)
905 * it is not migratable to start with. Also the size of the huge
907 * and still feasible enough to be migratable. Just the presence
911 * are migratable they should not be movable because its not
/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst222 migratable= 0|1 indicating permission to reseal to new PCR values,
/linux/Documentation/mm/
H A Dphysical_memory.rst556 first pageblock with migratable pages in the zone after a full compaction
H A Dunevictable-lru.rst232 of the pages on an LRU list, and thus mlocked pages were not migratable as
/linux/scripts/
H A Dspelling.txt1035 migrateable||migratable
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c26 if (!MLX5_GET(cmd_hca_cap_2, cap, migratable)) in mlx5vf_is_migratable()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c834 vport->info.mig_enabled = MLX5_GET(cmd_hca_cap_2, hca_caps, migratable); in mlx5_esw_vport_caps_get()
H A Deswitch_offloads.c4314 MLX5_SET(cmd_hca_cap_2, hca_caps, migratable, enable); in mlx5_devlink_port_fn_migratable_set()
4319 NL_SET_ERR_MSG_MOD(extack, "Failed setting HCA migratable cap"); in mlx5_devlink_port_fn_migratable_set()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h2123 u8 migratable[0x1]; member