Home
last modified time | relevance | path

Searched refs:snp (Results 1 – 9 of 9) sorted by relevance

/linux/kernel/rcu/
H A Dsrcutree.c171 struct srcu_node *snp; in init_srcu_struct_nodes() local
188 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 …]
/linux/security/smack/
H A Dsmackfs.c1152 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 Dsmack_lsm.c2522 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 Dsev-guest.rst90 :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 Dindex.rst9 snp-tdx-threat-model
H A Dsnp-tdx-threat-model.rst51 `AMD Memory Encryption <https://www.amd.com/system/files/techdocs/sev-snp-strengthening-vm-isolatio…
/linux/Documentation/translations/zh_CN/security/
H A Dindex.rst19 snp-tdx-threat-model
/linux/Documentation/virt/hyperv/
H A Dcoco.rst10 objectives described in Documentation/security/snp-tdx-threat-model.rst. Note
/linux/
H A DMAINTAINERS6461 F: Documentation/security/snp-tdx-threat-model.rst