Home
last modified time | relevance | path

Searched refs:__head (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_identity.c98 static void __head sme_clear_pgd(struct sme_populate_pgd_data *ppd) in sme_clear_pgd()
113 static pud_t __head *sme_prepare_pgd(struct sme_populate_pgd_data *ppd) in sme_prepare_pgd()
150 static void __head sme_populate_pgd_large(struct sme_populate_pgd_data *ppd) in sme_populate_pgd_large()
166 static void __head sme_populate_pgd(struct sme_populate_pgd_data *ppd) in sme_populate_pgd()
192 static void __head __sme_map_range_pmd(struct sme_populate_pgd_data *ppd) in __sme_map_range_pmd()
202 static void __head __sme_map_range_pte(struct sme_populate_pgd_data *ppd) in __sme_map_range_pte()
212 static void __head __sme_map_range(struct sme_populate_pgd_data *ppd, in __sme_map_range()
236 static void __head sme_map_range_encrypted(struct sme_populate_pgd_data *ppd) in sme_map_range_encrypted()
241 static void __head sme_map_range_decrypted(struct sme_populate_pgd_data *ppd) in sme_map_range_decrypted()
246 static void __head sme_map_range_decrypted_wp(struct sme_populate_pgd_data *ppd) in sme_map_range_decrypted_wp()
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dhead64.c88 static void __head *fixup_pointer(void *ptr, unsigned long physaddr) in fixup_pointer()
93 static unsigned long __head *fixup_long(void *ptr, unsigned long physaddr) in fixup_long()
99 static unsigned int __head *fixup_int(void *ptr, unsigned long physaddr) in fixup_int()
104 static bool __head check_la57_support(unsigned long physaddr) in check_la57_support()
123 static bool __head check_la57_support(unsigned long physaddr) in check_la57_support()
129 static unsigned long __head sme_postprocess_startup(struct boot_params *bp, pmdval_t *pmd) in sme_postprocess_startup()
178 unsigned long __head __startup_64(unsigned long physaddr, in __startup_64()
624 void __head startup_64_setup_env(unsigned long physbase) in startup_64_setup_env()
H A Dsev-shared.c92 static void __head __noreturn
389 static bool __head
526 static int __head
569 void __head do_vc_no_ghcb(struct pt_regs *regs, unsigned long exit_code) in do_vc_no_ghcb()
1015 static __head
1043 static void __head setup_cpuid_table(const struct cc_blob_sev_info *cc_info) in setup_cpuid_table()
H A Dsev.c687 static void __head
745 void __head early_snp_set_memory_private(unsigned long vaddr, unsigned long paddr, in early_snp_set_memory_private()
2050 static __head struct cc_blob_sev_info *find_cc_blob(struct boot_params *bp) in find_cc_blob()
2076 bool __head snp_init(struct boot_params *bp) in snp_init()
2098 void __head __noreturn snp_abort(void) in snp_abort()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_slist.hpp42 __intrusive_slist(_Item* __head) noexcept : __head_(__head) {} in __intrusive_slist() argument
H A D__intrusive_queue.hpp43 __intrusive_queue(_Item* __head, _Item* __tail) noexcept : in __intrusive_queue() argument
44 __head_(__head), __tail_(__tail) in __intrusive_queue()
/openbmc/linux/arch/x86/include/asm/
H A Dinit.h5 #define __head __section(".head.text") macro
/openbmc/qemu/include/hw/i386/
H A Dintel_iommu.h229 uint32_t __head:12; /* Should always be: 0x0fee */ member
241 uint32_t __head:12; /* Should always be: 0x0fee */
/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c119 #undef __head
120 #define __head macro
/openbmc/linux/include/linux/
H A Drculist.h371 struct list_head *__head = (head); \
374 likely(__next != __head) ? list_entry_rcu(__next, type, \
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c3599 if (addr.addr.__head != 0xfee) { in vtd_interrupt_remap_msi()