Searched refs:snp (Results 1 – 9 of 9) sorted by relevance
/linux/kernel/rcu/ |
H A D | srcutree.c | 148 /* Invalid seq state, used during snp node initialization */ 152 * Check whether sequence number corresponding to snp node, 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 in init_srcu_struct_nodes() 857 srcu_schedule_cbs_snp(struct srcu_struct * ssp,struct srcu_node * snp,unsigned long mask,unsigned long delay) srcu_schedule_cbs_snp() argument 889 struct srcu_node *snp; srcu_gp_end() local 984 srcu_funnel_exp_start(struct srcu_struct * ssp,struct srcu_node * snp,unsigned long s) srcu_funnel_exp_start() argument 1030 struct srcu_node *snp; srcu_funnel_gp_start() local [all...] |
/linux/arch/x86/boot/compressed/ |
H A D | sev.c | 401 bool snp; in sev_enable() local 427 snp = early_snp_init(bp); in sev_enable() 433 if (snp) in sev_enable() 483 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-isolation-with-integrity-protection-and-more.pdf>`_.
|
H A D | index.rst | 19 snp-tdx-threat-model
|
/linux/Documentation/security/ |
H A D | index.rst | 9 snp-tdx-threat-model
|
/linux/security/smack/ |
H A D | smack_lsm.c | 2475 struct smk_net4addr *snp; in smack_ipv4host_label() local 2481 list_for_each_entry_rcu(snp, &smk_net4addr_list, list) in smack_ipv4host_label() 2487 if (snp->smk_host.s_addr == in smack_ipv4host_label() 2488 (siap->s_addr & snp->smk_mask.s_addr)) in smack_ipv4host_label() 2489 return snp->smk_label; in smack_ipv4host_label() 2526 struct smk_net6addr *snp; in smack_ipv6host_label() local 2537 list_for_each_entry_rcu(snp, &smk_net6addr_list, list) { in smack_ipv6host_label() 2542 if (snp->smk_label == NULL) in smack_ipv6host_label() 2550 if ((sap->s6_addr16[i] & snp->smk_mask.s6_addr16[i]) != in smack_ipv6host_label() 2551 snp in smack_ipv6host_label() [all...] |
/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 | 6172 F: Documentation/security/snp-tdx-threat-model.rst
|