Searched refs:snp (Results 1 – 12 of 12) sorted by relevance
| /linux/kernel/rcu/ |
| H A D | srcutree.c | 137 struct srcu_node *snp; in init_srcu_struct_nodes() local 154 srcu_for_each_node_breadth_first(ssp, snp) { in init_srcu_struct_nodes() 155 raw_spin_lock_init(&ACCESS_PRIVATE(snp, lock)); in init_srcu_struct_nodes() 156 BUILD_BUG_ON(ARRAY_SIZE(snp->srcu_have_cbs) != in init_srcu_struct_nodes() 157 ARRAY_SIZE(snp->srcu_data_have_cbs)); in init_srcu_struct_nodes() 158 for (i = 0; i < ARRAY_SIZE(snp->srcu_have_cbs); i++) { in init_srcu_struct_nodes() 159 snp->srcu_have_cbs[i] = SRCU_SNP_INIT_SEQ; in init_srcu_struct_nodes() 160 snp->srcu_data_have_cbs[i] = 0; in init_srcu_struct_nodes() 162 snp->srcu_gp_seq_needed_exp = SRCU_SNP_INIT_SEQ; in init_srcu_struct_nodes() 163 snp->grplo = -1; in init_srcu_struct_nodes() [all …]
|
| /linux/security/smack/ |
| H A D | smackfs.c | 1152 struct smk_net4addr *snp; in smk_write_net4addr() local 1243 list_for_each_entry_rcu(snp, &smk_net4addr_list, list) { in smk_write_net4addr() 1244 if (snp->smk_host.s_addr == nsa && snp->smk_masks == masks) { in smk_write_net4addr() 1252 snp = kzalloc_obj(*snp); in smk_write_net4addr() 1253 if (snp == NULL) in smk_write_net4addr() 1257 snp->smk_host.s_addr = newname.sin_addr.s_addr; in smk_write_net4addr() 1258 snp->smk_mask.s_addr = mask.s_addr; in smk_write_net4addr() 1259 snp->smk_label = skp; in smk_write_net4addr() 1260 snp->smk_masks = masks; in smk_write_net4addr() 1261 smk_net4addr_insert(snp); in smk_write_net4addr() [all …]
|
| H A D | smack_lsm.c | 2522 struct smk_net4addr *snp; in smack_ipv4host_label() local 2528 list_for_each_entry_rcu(snp, &smk_net4addr_list, list) in smack_ipv4host_label() 2534 if (snp->smk_host.s_addr == in smack_ipv4host_label() 2535 (siap->s_addr & snp->smk_mask.s_addr)) in smack_ipv4host_label() 2536 return snp->smk_label; in smack_ipv4host_label() 2573 struct smk_net6addr *snp; in smack_ipv6host_label() local 2584 list_for_each_entry_rcu(snp, &smk_net6addr_list, list) { in smack_ipv6host_label() 2589 if (snp->smk_label == NULL) in smack_ipv6host_label() 2597 if ((sap->s6_addr16[i] & snp->smk_mask.s6_addr16[i]) != in smack_ipv6host_label() 2598 snp->smk_host.s6_addr16[i]) { in smack_ipv6host_label() [all …]
|
| /linux/arch/x86/boot/compressed/ |
| H A D | sev.c | 364 bool snp; in sev_enable() local 390 snp = early_snp_init(bp); in sev_enable() 396 if (snp) in sev_enable() 432 if (snp && !(sev_status & MSR_AMD64_SEV_SNP_ENABLED)) in sev_enable()
|
| /linux/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/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/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/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 656 See [white-paper]_, [api-spec]_, [amd-apm]_, [kvm-forum]_, and [snp-fw-abi]_ 663 .. [snp-fw-abi] https://www.amd.com/system/files/TechDocs/56860.pdf
|
| /linux/Documentation/virt/hyperv/ |
| H A D | coco.rst | 10 objectives described in Documentation/security/snp-tdx-threat-model.rst. Note
|
| /linux/ |
| H A D | MAINTAINERS | 6461 F: Documentation/security/snp-tdx-threat-model.rst
|