/arch/powerpc/boot/ |
D | planetcore.c | 26 void planetcore_prepare_table(char *table) in planetcore_prepare_table() 38 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key() 52 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal() 62 int planetcore_get_hex(const char *table, const char *key, u64 *val) in planetcore_get_hex() 79 void planetcore_set_mac_addrs(const char *table) in planetcore_set_mac_addrs() 104 void planetcore_set_stdout_path(const char *table) in planetcore_set_stdout_path()
|
D | ep8248e.c | 15 static char *table; variable
|
D | ep88xc.c | 15 static char *table; variable
|
/arch/s390/mm/ |
D | pgalloc.c | 64 void crst_table_free(struct mm_struct *mm, unsigned long *table) in crst_table_free() 160 u64 *table; in page_table_alloc_pgste() local 183 unsigned long *table; in page_table_alloc() local 237 void page_table_free(struct mm_struct *mm, unsigned long *table) in page_table_free() 266 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table, in page_table_free_rcu() 297 void *table = (void *)((unsigned long) _table ^ mask); in __tlb_remove_table() local 329 u64 *table; in base_pgt_alloc() local 337 static void base_pgt_free(unsigned long table) in base_pgt_free() 344 unsigned long table; in base_crst_alloc() local 352 static void base_crst_free(unsigned long table) in base_crst_free() [all …]
|
D | gmap.c | 38 unsigned long *table; in gmap_alloc() local 304 static int gmap_alloc_table(struct gmap *gmap, unsigned long *table, in gmap_alloc_table() 510 void gmap_unlink(struct mm_struct *mm, unsigned long *table, in gmap_unlink() 542 unsigned long *table; in __gmap_link() local 797 unsigned long *table = gmap->table; in gmap_table_walk() local 858 unsigned long *table; in gmap_pte_op_walk() local 1294 unsigned long *table; in gmap_unshadow_page() local 1561 unsigned long *table; in gmap_unshadow() local 1744 unsigned long *s_r2t, *table; in gmap_shadow_r2t() local 1828 unsigned long *s_r3t, *table; in gmap_shadow_r3t() local [all …]
|
/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 37 static inline void pgtable_free(void *table, int shift) in pgtable_free() 49 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() 60 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 66 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
/arch/x86/lib/ |
D | inat.c | 29 const insn_attr_t *table; in inat_get_escape_attribute() local 48 const insn_attr_t *table; in inat_get_group_attribute() local 68 const insn_attr_t *table; in inat_get_avx_attribute() local
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 40 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() 53 void *table, int shift) in pgtable_free_tlb() 63 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 69 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
/arch/parisc/kernel/ |
D | unwind.c | 49 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) in find_unwind_entry_in_table() 74 struct unwind_table *table; in find_unwind_entry() local 101 unwind_table_init(struct unwind_table *table, const char *name, in unwind_table_init() 149 struct unwind_table *table; in unwind_table_add() local 167 void unwind_table_remove(struct unwind_table *table) in unwind_table_remove()
|
/arch/powerpc/sysdev/ |
D | dcr-low.S | 13 #define DCR_ACCESS_PROLOG(table) \ argument
|
/arch/mips/math-emu/ |
D | dp_sqrt.c | 12 static const unsigned int table[] = { variable
|
/arch/sparc/include/asm/ |
D | pgalloc_64.h | 78 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() 88 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table() local 96 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb()
|
D | agp.h | 14 #define free_gatt_pages(table, order) \ argument
|
/arch/s390/include/asm/ |
D | pgalloc.h | 55 unsigned long *table = crst_table_alloc(mm); in p4d_alloc_one() local 70 unsigned long *table = crst_table_alloc(mm); in pud_alloc_one() local 84 unsigned long *table = crst_table_alloc(mm); in pmd_alloc_one() local
|
/arch/x86/include/asm/ |
D | agp.h | 29 #define free_gatt_pages(table, order) \ argument
|
D | tlb.h | 35 static inline void __tlb_remove_table(void *table) in __tlb_remove_table()
|
/arch/alpha/include/asm/ |
D | agp.h | 16 #define free_gatt_pages(table, order) \ argument
|
/arch/x86/kernel/cpu/ |
D | match.c | 82 bool x86_cpu_has_min_microcode_rev(const struct x86_cpu_desc *table) in x86_cpu_has_min_microcode_rev()
|
/arch/powerpc/include/asm/ |
D | agp.h | 15 #define free_gatt_pages(table, order) \ argument
|
/arch/ia64/include/asm/ |
D | agp.h | 24 #define free_gatt_pages(table, order) \ argument
|
/arch/parisc/include/asm/ |
D | agp.h | 18 #define free_gatt_pages(table, order) \ argument
|
/arch/arm/probes/kprobes/ |
D | checkers-thumb.c | 21 static const union decode_item table[] = { in t32_check_stack() local
|
/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 47 _table_start = .; 55 _table_end = .;
|
/arch/arc/kernel/ |
D | unwind.c | 158 struct unwind_table *table; in find_table() local 184 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table() 258 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr() 272 struct eh_frame_hdr_table_entry table[]; in init_unwind_hdr() member 376 struct unwind_table *table; in unwind_add_table() local 407 struct unwind_table *table; member 414 struct unwind_table *table = info->table, *prev; in unlink_table() local 439 struct unwind_table *table = handle; in unwind_remove_table() local 514 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *table) in cie_for_fde() 910 const struct unwind_table *table; in arc_unwind() local
|
/arch/powerpc/mm/ |
D | pgtable-frag.c | 109 void pte_fragment_free(unsigned long *table, int kernel) in pte_fragment_free()
|