Searched refs:snp (Results 1 – 10 of 10) sorted by relevance
| /linux/kernel/rcu/ |
| H A D | srcutree.c | 171 struct srcu_node *snp; in init_srcu_struct_nodes() local 187 srcu_for_each_node_breadth_first(ssp, snp) { in init_srcu_struct_nodes() 188 spin_lock_init(&ACCESS_PRIVATE(snp, lock)); in init_srcu_struct_nodes() 189 BUILD_BUG_ON(ARRAY_SIZE(snp->srcu_have_cbs) != in init_srcu_struct_nodes() 190 ARRAY_SIZE(snp->srcu_data_have_cbs)); in init_srcu_struct_nodes() 191 for (i = 0; i < ARRAY_SIZE(snp->srcu_have_cbs); i++) { in init_srcu_struct_nodes() 192 snp->srcu_have_cbs[i] = SRCU_SNP_INIT_SEQ; in init_srcu_struct_nodes() 193 snp->srcu_data_have_cbs[i] = 0; in init_srcu_struct_nodes() 195 snp->srcu_gp_seq_needed_exp = SRCU_SNP_INIT_SEQ; in init_srcu_struct_nodes() 196 snp->grplo = -1; in init_srcu_struct_nodes() [all …]
|
| /linux/security/smack/ |
| H A D | smackfs.c | 1134 struct smk_net4addr *snp; in smk_write_net4addr() local 1225 list_for_each_entry_rcu(snp, &smk_net4addr_list, list) { in smk_write_net4addr() 1226 if (snp->smk_host.s_addr == nsa && snp->smk_masks == masks) { in smk_write_net4addr() 1234 snp = kzalloc(sizeof(*snp), GFP_KERNEL); in smk_write_net4addr() 1235 if (snp == NULL) in smk_write_net4addr() 1239 snp->smk_host.s_addr = newname.sin_addr.s_addr; in smk_write_net4addr() 1240 snp->smk_mask.s_addr = mask.s_addr; in smk_write_net4addr() 1241 snp->smk_label = skp; in smk_write_net4addr() 1242 snp->smk_masks = masks; in smk_write_net4addr() 1243 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/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/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/translations/zh_CN/security/ |
| H A D | index.rst | 19 snp-tdx-threat-model
|
| /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 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/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 | 6354 F: Documentation/security/snp-tdx-threat-model.rst
|