Searched refs:snp (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/kernel/rcu/ |
| H A D | srcutree.c | 171 struct srcu_node *snp; in init_srcu_struct_nodes() local 196 snp->grplo = -1; in init_srcu_struct_nodes() 197 snp->grphi = -1; in init_srcu_struct_nodes() 221 for (snp = sdp->mynode; snp != NULL; snp = snp->srcu_parent) { in init_srcu_struct_nodes() 222 if (snp->grplo < 0) in init_srcu_struct_nodes() 223 snp->grplo = cpu; in init_srcu_struct_nodes() 224 snp->grphi = cpu; in init_srcu_struct_nodes() 860 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_schedule_cbs_snp() 988 if (snp) in srcu_funnel_exp_start() 989 for (; snp != NULL; snp = snp->srcu_parent) { in srcu_funnel_exp_start() [all …]
|
| /linux-6.15/drivers/infiniband/hw/qib/ |
| H A D | qib_eeprom.c | 244 char *snp = dd->serial; in qib_get_eeprom_info() local 250 memcpy(snp, ifp->if_sprefix, sizeof(ifp->if_sprefix)); in qib_get_eeprom_info() 251 snp[sizeof(ifp->if_sprefix)] = '\0'; in qib_get_eeprom_info() 252 len = strlen(snp); in qib_get_eeprom_info() 253 snp += len; in qib_get_eeprom_info() 257 memcpy(snp, ifp->if_serial, len); in qib_get_eeprom_info()
|
| /linux-6.15/security/smack/ |
| H A D | smackfs.c | 1227 if (snp->smk_host.s_addr == nsa && snp->smk_masks == masks) { in smk_write_net4addr() 1235 snp = kzalloc(sizeof(*snp), GFP_KERNEL); in smk_write_net4addr() 1236 if (snp == NULL) in smk_write_net4addr() 1242 snp->smk_label = skp; in smk_write_net4addr() 1253 &snp->smk_host, &snp->smk_mask, in smk_write_net4addr() 1257 snp->smk_label = skp; in smk_write_net4addr() 1267 &snp->smk_host, &snp->smk_mask, PF_INET, in smk_write_net4addr() 1513 snp = kzalloc(sizeof(*snp), GFP_KERNEL); in smk_write_net6addr() 1514 if (snp == NULL) in smk_write_net6addr() 1520 snp->smk_label = skp; in smk_write_net6addr() [all …]
|
| H A D | smack_lsm.c | 2476 struct smk_net4addr *snp; in smack_ipv4host_label() local 2482 list_for_each_entry_rcu(snp, &smk_net4addr_list, list) in smack_ipv4host_label() 2488 if (snp->smk_host.s_addr == in smack_ipv4host_label() 2489 (siap->s_addr & snp->smk_mask.s_addr)) in smack_ipv4host_label() 2490 return snp->smk_label; in smack_ipv4host_label() 2527 struct smk_net6addr *snp; in smack_ipv6host_label() local 2538 list_for_each_entry_rcu(snp, &smk_net6addr_list, list) { in smack_ipv6host_label() 2543 if (snp->smk_label == NULL) in smack_ipv6host_label() 2551 if ((sap->s6_addr16[i] & snp->smk_mask.s6_addr16[i]) != in smack_ipv6host_label() 2552 snp->smk_host.s6_addr16[i]) { in smack_ipv6host_label() [all …]
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | sev.c | 523 bool snp; in sev_enable() local 549 snp = early_snp_init(bp); in sev_enable() 555 if (snp) in sev_enable() 605 if (snp && !(sev_status & MSR_AMD64_SEV_SNP_ENABLED)) in sev_enable()
|
| /linux-6.15/Documentation/virt/coco/ |
| H A D | sev-guest.rst | 90 :Technology: sev-snp 105 :Technology: sev-snp 124 :Technology: sev-snp 146 :Technology: sev-snp 157 :Technology: sev-snp 168 :Technology: sev-snp 181 :Technology: sev-snp
|
| /linux-6.15/Documentation/translations/zh_CN/security/ |
| H A D | snp-tdx-threat-model.rst | 4 :Original: Documentation/security/snp-tdx-threat-model.rst 49 `AMD Memory Encryption <https://www.amd.com/system/files/techdocs/sev-snp-strengthening-vm-isolatio…
|
| H A D | index.rst | 19 snp-tdx-threat-model
|
| /linux-6.15/Documentation/security/ |
| H A D | index.rst | 9 snp-tdx-threat-model
|
| H A D | snp-tdx-threat-model.rst | 51 `AMD Memory Encryption <https://www.amd.com/system/files/techdocs/sev-snp-strengthening-vm-isolatio…
|
| /linux-6.15/Documentation/virt/kvm/x86/ |
| H A D | amd-memory-encryption.rst | 490 See SNP_LAUNCH_START in the SEV-SNP specification [snp-fw-abi]_ for further 544 See the SEV-SNP spec [snp-fw-abi]_ for further details on how each page type is 572 See SNP_LAUNCH_FINISH in the SEV-SNP specification [snp-fw-abi]_ for further 606 See [white-paper]_, [api-spec]_, [amd-apm]_, [kvm-forum]_, and [snp-fw-abi]_ 613 .. [snp-fw-abi] https://www.amd.com/system/files/TechDocs/56860.pdf
|
| /linux-6.15/Documentation/virt/hyperv/ |
| H A D | coco.rst | 10 objectives described in Documentation/security/snp-tdx-threat-model.rst. Note
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 5977 F: Documentation/security/snp-tdx-threat-model.rst
|