Searched refs:snp (Results 1 – 9 of 9) sorted by relevance
171 struct srcu_node *snp; in init_srcu_struct_nodes() local188 srcu_for_each_node_breadth_first(ssp, snp) { in init_srcu_struct_nodes()189 spin_lock_init(&ACCESS_PRIVATE(snp, lock)); in init_srcu_struct_nodes()190 BUILD_BUG_ON(ARRAY_SIZE(snp->srcu_have_cbs) != in init_srcu_struct_nodes()191 ARRAY_SIZE(snp->srcu_data_have_cbs)); in init_srcu_struct_nodes()192 for (i = 0; i < ARRAY_SIZE(snp->srcu_have_cbs); i++) { in init_srcu_struct_nodes()193 snp->srcu_have_cbs[i] = SRCU_SNP_INIT_SEQ; in init_srcu_struct_nodes()194 snp->srcu_data_have_cbs[i] = 0; in init_srcu_struct_nodes()196 snp->srcu_gp_seq_needed_exp = SRCU_SNP_INIT_SEQ; in init_srcu_struct_nodes()197 snp->grplo = -1; in init_srcu_struct_nodes()[all …]
1152 struct smk_net4addr *snp; in smk_write_net4addr() local1243 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 …]
2522 struct smk_net4addr *snp; in smack_ipv4host_label() local2528 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() local2584 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 …]
90 :Technology: sev-snp105 :Technology: sev-snp124 :Technology: sev-snp146 :Technology: sev-snp157 :Technology: sev-snp168 :Technology: sev-snp181 :Technology: sev-snp
9 snp-tdx-threat-model
51 `AMD Memory Encryption <https://www.amd.com/system/files/techdocs/sev-snp-strengthening-vm-isolatio…
19 snp-tdx-threat-model
10 objectives described in Documentation/security/snp-tdx-threat-model.rst. Note
6463 F: Documentation/security/snp-tdx-threat-model.rst