Searched refs:__head (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/x86/mm/ |
| H A D | mem_encrypt_identity.c | 96 static void __head sme_clear_pgd(struct sme_populate_pgd_data *ppd) in sme_clear_pgd() 111 static pud_t __head *sme_prepare_pgd(struct sme_populate_pgd_data *ppd) in sme_prepare_pgd() 148 static void __head sme_populate_pgd_large(struct sme_populate_pgd_data *ppd) in sme_populate_pgd_large() 164 static void __head sme_populate_pgd(struct sme_populate_pgd_data *ppd) in sme_populate_pgd() 190 static void __head __sme_map_range_pmd(struct sme_populate_pgd_data *ppd) in __sme_map_range_pmd() 200 static void __head __sme_map_range_pte(struct sme_populate_pgd_data *ppd) in __sme_map_range_pte() 210 static void __head __sme_map_range(struct sme_populate_pgd_data *ppd, in __sme_map_range() 234 static void __head sme_map_range_encrypted(struct sme_populate_pgd_data *ppd) in sme_map_range_encrypted() 249 static unsigned long __head sme_pgtable_calc(unsigned long len) in sme_pgtable_calc() 286 void __head sme_encrypt_kernel(struct boot_params *bp) in sme_encrypt_kernel() [all …]
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | init.h | 6 #define __head __section(".head.text") __no_sanitize_undefined __no_stack_protector macro 8 #define __head __section(".head.text") __no_sanitize_undefined macro
|
| /linux-6.15/arch/x86/coco/sev/ |
| H A D | shared.c | 120 static void __head __noreturn 501 static u32 __head snp_cpuid_calc_xsave_size(u64 xfeatures_en, bool compacted) in snp_cpuid_calc_xsave_size() 537 static bool __head 579 static int __head 675 static int __head 718 void __head do_vc_no_ghcb(struct pt_regs *regs, unsigned long exit_code) in do_vc_no_ghcb() 1179 static __head 1207 static void __head setup_cpuid_table(const struct cc_blob_sev_info *cc_info) in setup_cpuid_table() 1257 static void __head svsm_pval_4k_page(unsigned long paddr, bool validate) in svsm_pval_4k_page() 1294 static void __head pvalidate_4k_page(unsigned long vaddr, unsigned long paddr, in pvalidate_4k_page() [all …]
|
| H A D | core.c | 764 static void __head 810 void __head early_snp_set_memory_private(unsigned long vaddr, unsigned long paddr, in early_snp_set_memory_private() 829 void __head early_snp_set_memory_shared(unsigned long vaddr, unsigned long paddr, in early_snp_set_memory_shared() 2432 static __head struct cc_blob_sev_info *find_cc_blob(struct boot_params *bp) in find_cc_blob() 2458 static __head void svsm_setup(struct cc_blob_sev_info *cc_info) in svsm_setup() 2499 bool __head snp_init(struct boot_params *bp) in snp_init() 2528 void __head __noreturn snp_abort(void) in snp_abort()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | head64.c | 92 static unsigned long __head sme_postprocess_startup(struct boot_params *bp, in sme_postprocess_startup() 144 unsigned long __head __startup_64(unsigned long p2v_offset, in __startup_64() 531 static void __head startup_64_load_idt(void *vc_handler) in startup_64_load_idt() 566 void __head startup_64_setup_gdt_idt(void) in startup_64_setup_gdt_idt()
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | sev.c | 120 #undef __head 121 #define __head macro
|
| /linux-6.15/include/linux/ |
| H A D | rculist.h | 418 struct list_head *__head = (head); \ 421 likely(__next != __head) ? list_entry_rcu(__next, type, \
|