/linux/security/keys/trusted-keys/ |
H A D | trusted_core.c | 57 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 D | trusted_tpm2.c | 308 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 D | trusted_caam.c | 75 .migratable = 0, /* non-migratable */
|
H A D | trusted_tpm1.c | 682 /* 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 D | trusted_tee.c | 284 .migratable = 0, /* non-migratable */
|
H A D | trusted_dcp.c | 355 .migratable = 0,
|
/linux/include/keys/ |
H A D | trusted-type.h | 30 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 D | switchdev.rst | 185 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 D | memory-hotplug.rst | 34 migratable allocations.
|
/linux/Documentation/driver-api/cxl/allocation/ |
H A D | page-allocator.rst | 36 typically not migratable, and as a result can only be serviced from
|
/linux/include/linux/ |
H A D | hugetlb.h | 647 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 D | trusted-encrypted.rst | 222 migratable= 0|1 indicating permission to reseal to new PCR values,
|
/linux/Documentation/mm/ |
H A D | physical_memory.rst | 556 first pageblock with migratable pages in the zone after a full compaction
|
H A D | unevictable-lru.rst | 232 of the pages on an LRU list, and thus mlocked pages were not migratable as
|
/linux/scripts/ |
H A D | spelling.txt | 1035 migrateable||migratable
|
/linux/drivers/vfio/pci/mlx5/ |
H A D | cmd.c | 26 if (!MLX5_GET(cmd_hca_cap_2, cap, migratable)) in mlx5vf_is_migratable()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.c | 834 vport->info.mig_enabled = MLX5_GET(cmd_hca_cap_2, hca_caps, migratable); in mlx5_esw_vport_caps_get()
|
H A D | eswitch_offloads.c | 4314 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 D | mlx5_ifc.h | 2123 u8 migratable[0x1]; member
|