/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | rs6000.h | 46 unsigned char entry[4]; /* entry pt. */ member 50 unsigned char o_snentry[2]; /* section number of entry point */ 115 /* 1 line number entry for every "breakpointable" source line in a section. 116 * Line numbers are grouped on a per function basis; first entry in a function 137 #define E_DIMNUM 4 /* # array dimensions in auxiliary entry */ 176 char x_endndx[4]; /* entry ndx past block end */
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | mmu_decl.h | 142 void create_kaslr_tlb_entry(int entry, unsigned long virt, phys_addr_t phys);
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | code-patching.h | 87 * A PPC64 ABIv2 function may have a local and a global entry in ppc_function_entry() 88 * point. We need to use the local entry point when patching in ppc_function_entry() 89 * functions, so identify and step over the global entry point in ppc_function_entry() 92 * The global entry point sequence is always of the form: in ppc_function_entry() 111 * function's descriptor. The first entry in the descriptor is the in ppc_function_entry() 114 return ((func_descr_t *)func)->entry; in ppc_function_entry() 123 /* PPC64 ABIv2 the global entry point is at the address */ in ppc_global_function_entry() 132 * Wrapper around kallsyms_lookup() to return function entry address: 134 * - For ABIv2, we return the local entry point.
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | pci_impl.h | 142 struct msi_desc *entry);
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | Makefile | 18 obj-y += entry.o
|
/kernel/linux/build/test/moduletest/runtest/bin/ |
H A D | enhancedswap_t_init.sh | 74 aa start -b ohos.sample.shopping -a com.example.entry.MainAbility
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | sp-dev.h | 73 struct list_head entry; member
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | memattr.c | 53 * entirely by a UEFI memory map entry with matching attributes. The virtual 54 * address of @out is set according to the matching entry that was found. 99 * This entry covers the start of @in, check whether in entry_is_valid() 117 pr_warn("No matching entry found in the EFI memory map\n"); in entry_is_valid() 162 valid = entry_is_valid((void *)tbl->entry + i * tbl->desc_size, in efi_memattr_apply_permissions()
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | common.h | 81 struct list_head entry; member
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | Makefile | 8 obj-y += head.o cpu-probe.o cacheinfo.o env.o setup.o entry.o genex.o \
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | sacos.S | 4 | Description: The entry point sAcos computes the inverse cosine of
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | exceptions.c | 24 #include <asm/entry.h> /* For KM CPU var */
|
H A D | setup.c | 34 #include <asm/entry.h> 40 DEFINE_PER_CPU(unsigned int, ENTRY_SP); /* Saved SP on kernel entry */ 41 DEFINE_PER_CPU(unsigned int, R11_SAVE); /* Temp variable for entry */
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | mte.h | 28 void mte_restore_tags(swp_entry_t entry, struct page *page); 166 * Re-enable tag checking (TCO set on exception entry). This is only in mte_disable_tco_entry() 198 * TFSR_EL1 on kernel entry but for exit an explicit dsb() in mte_check_tfsr_exit()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | Makefile | 12 obj-y := head.o entry.o efi.o efi_stub.o gate-data.o fsys.o irq.o irq_ia64.o \
|
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/ |
H A D | sigtramp.S | 41 .entry
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | rs6000.h | 46 unsigned char entry[4]; /* entry pt. */ member 50 unsigned char o_snentry[2]; /* section number of entry point */ 115 /* 1 line number entry for every "breakpointable" source line in a section. 116 * Line numbers are grouped on a per function basis; first entry in a function 137 #define E_DIMNUM 4 /* # array dimensions in auxiliary entry */ 176 char x_endndx[4]; /* entry ndx past block end */
|
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | fault.c | 16 #include <asm/entry.h> 23 * It simply copies the PMD entry (pointer to 2nd level page table or hugepage) 66 /* XXX: create the TLB entry here */ in handle_kernel_vaddr_fault()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | traps.c | 19 #include <asm/entry.h> 92 * -Duplicate TLB entry is handled seperately though
|
/kernel/linux/linux-6.6/arch/arm/boot/bootp/ |
H A D | init.S | 40 * If we didn't find a valid tag list, create a dummy ATAG_CORE entry. 43 movne r4, #2 @ Size of this entry (2 words)
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | mmu_decl.h | 122 void create_kaslr_tlb_entry(int entry, unsigned long virt, phys_addr_t phys);
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_tsc_adjust_test.c | 57 struct kvm_msr_entry entry; member
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | Makefile | 9 syscall.o entry.o sys_parisc.o firmware.o \
|
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/ |
H A D | sigtramp.S | 41 .entry
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | syscall.c | 34 #include <linux/entry-common.h> 39 #include "entry.h"
|