/arch/blackfin/include/asm/ |
D | traps.h | 52 #define HWC_x2(level) \ argument 57 #define HWC_x3(level) \ argument 59 #define EXC_0x04(level) \ argument 62 #define HWC_x12(level) \ argument 64 #define HWC_x18(level) \ argument 67 #define HWC_default(level) \ argument 69 #define EXC_0x03(level) \ argument 73 #define EXC_0x10(level) \ argument 77 #define EXC_0x11(level) \ argument 81 #define EXC_0x21(level) \ argument [all …]
|
D | ftrace.h | 34 extern inline void *return_address(unsigned int level) in return_address() 62 extern inline void *return_address(unsigned int level) in return_address()
|
/arch/arm64/kernel/ |
D | cacheinfo.c | 25 #define CLIDR_CTYPE_SHIFT(level) (3 * (level - 1)) argument 26 #define CLIDR_CTYPE_MASK(level) (7 << CLIDR_CTYPE_SHIFT(level)) argument 27 #define CLIDR_CTYPE(clidr, level) \ argument 30 static inline enum cache_type get_cache_type(int level) in get_cache_type() 41 enum cache_type type, unsigned int level) in ci_leaf_init() 49 unsigned int ctype, level, leaves, of_level; in __init_cache_level() local 80 unsigned int level, idx; in __populate_cache_leaves() local
|
D | return_address.c | 20 unsigned int level; member 38 void *return_address(unsigned int level) in return_address()
|
/arch/arm/kernel/ |
D | return_address.c | 20 unsigned int level; member 38 void *return_address(unsigned int level) in return_address()
|
/arch/s390/include/asm/ |
D | debug.h | 38 int level; member 112 static inline bool debug_level_enabled(debug_info_t* id, int level) in debug_level_enabled() 118 debug_event(debug_info_t* id, int level, void* data, int length) in debug_event() 126 debug_int_event(debug_info_t* id, int level, unsigned int tag) in debug_int_event() 135 debug_long_event (debug_info_t* id, int level, unsigned long tag) in debug_long_event() 144 debug_text_event(debug_info_t* id, int level, const char* txt) in debug_text_event() 173 debug_exception(debug_info_t* id, int level, void* data, int length) in debug_exception() 181 debug_int_exception(debug_info_t* id, int level, unsigned int tag) in debug_int_exception() 190 debug_long_exception (debug_info_t* id, int level, unsigned long tag) in debug_long_exception() 199 debug_text_exception(debug_info_t* id, int level, const char* txt) in debug_text_exception()
|
/arch/powerpc/platforms/powernv/ |
D | opal-hmi.c | 50 static void print_core_checkstop_reason(const char *level, in print_core_checkstop_reason() 101 static void print_nx_checkstop_reason(const char *level, in print_nx_checkstop_reason() 152 static void print_checkstop_reason(const char *level, in print_checkstop_reason() 172 const char *level, *sevstr, *error_info; in print_hmi_event_info() local
|
/arch/mips/include/asm/sn/ |
D | intr.h | 24 #define LOCAL_HUB_SEND_INTR(level) \ argument 26 #define REMOTE_HUB_SEND_INTR(hub, level) \ argument 35 #define LOCAL_HUB_CLR_INTR(level) \ argument 41 #define REMOTE_HUB_CLR_INTR(hub, level) \ argument
|
/arch/s390/numa/ |
D | toptree.c | 30 struct toptree __ref *toptree_alloc(int level, int id) in toptree_alloc() 257 struct toptree *toptree_first(struct toptree *context, int level) in toptree_first() 305 int level) in toptree_next() 343 int toptree_count(struct toptree *context, int level) in toptree_count()
|
/arch/sparc/kernel/ |
D | cpumap.c | 34 int level; member 52 struct cpuinfo_level level[CPUINFO_LVL_MAX]; member 96 static int cpuinfo_id(int cpu, int level) in cpuinfo_id() 193 int n, id, cpu, prev_cpu, last_cpu, level; in build_cpuinfo_tree() local 301 int top_level, level; in increment_rover() local 322 int level, new_index, index = root_index; in iterate_cpu() local
|
/arch/x86/kernel/cpu/ |
D | scattered.c | 16 u32 level; member 62 u32 get_scattered_cpuid_leaf(unsigned int level, unsigned int sub_leaf, in get_scattered_cpuid_leaf()
|
/arch/x86/kvm/ |
D | mmu_audit.c | 38 inspect_spte_fn fn, int level) in __mmu_spte_walk() 96 static void audit_mappings(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_mappings() 163 static void audit_sptes_have_rmaps(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_sptes_have_rmaps() 169 static void audit_spte_after_sync(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_spte_after_sync() 227 static void audit_spte(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_spte()
|
D | irq_comm.c | 42 struct kvm *kvm, int irq_source_id, int level, in kvm_set_pic_irq() 50 struct kvm *kvm, int irq_source_id, int level, in kvm_set_ioapic_irq() 145 struct kvm *kvm, int irq_source_id, int level, bool line_status) in kvm_set_msi() 162 struct kvm *kvm, int irq_source_id, int level, in kvm_hv_set_sint() 172 struct kvm *kvm, int irq_source_id, int level, in kvm_arch_set_irq_inatomic()
|
D | paging_tmpl.h | 33 #define PT_INDEX(addr, level) PT64_INDEX(addr, level) argument 52 #define PT_INDEX(addr, level) PT32_INDEX(addr, level) argument 66 #define PT_INDEX(addr, level) PT64_INDEX(addr, level) argument 88 int level; member 207 unsigned level, index; in FNAME() local 718 int level; in FNAME() local 758 int level = PT_PAGE_TABLE_LEVEL; in FNAME() local 878 int level; in FNAME() local
|
/arch/s390/kernel/ |
D | cache.c | 91 static inline enum cache_type get_cache_type(struct cache_info *ci, int level) in get_cache_type() 107 enum cache_type type, unsigned int level, int cpu) in ci_leaf_init() 131 unsigned int level = 0, leaves = 0; in init_cache_level() local 156 unsigned int level, idx, pvt; in populate_cache_leaves() local
|
/arch/sparc/include/uapi/asm/ |
D | traps.h | 101 #define BAD_TRAP_P(level) \ argument 110 #define HW_TRAP_P(level) ((level > 0) && (level < SP_TRAP_SUNOS)) argument 113 #define SW_TRAP_P(level) ((level >= SP_TRAP_SUNOS) && (level <= SP_TRAP_KBPT2)) argument 116 #define SCALL_TRAP_P(level) ((level == SP_TRAP_SUNOS) || \ argument
|
/arch/x86/boot/ |
D | cpuflags.h | 9 int level; /* Family, or 64 for x86-64 */ member
|
D | cpu.c | 23 static char *cpu_name(int level) in cpu_name()
|
/arch/powerpc/kernel/ |
D | cacheinfo.c | 121 int level; /* level not explicit in device tree */ member 143 static void cache_init(struct cache *cache, int type, int level, in cache_init() 153 static struct cache *new_cache(int type, int level, struct device_node *ofnode) in new_cache() 356 static struct cache *cache_do_one_devnode_unified(struct device_node *node, int level) in cache_do_one_devnode_unified() 364 int level) in cache_do_one_devnode_split() 386 static struct cache *cache_do_one_devnode(struct device_node *node, int level) in cache_do_one_devnode() 399 int level) in cache_lookup_or_instantiate() 435 int level = cache->level; in do_subsidiary_caches() local
|
/arch/mn10300/include/asm/ |
D | irqflags.h | 166 static inline void arch_local_change_intr_mask_level(unsigned long level) in arch_local_change_intr_mask_level() 210 #define LOCAL_CHANGE_INTR_MASK_LEVEL(level) \ argument
|
/arch/x86/mm/ |
D | pageattr.c | 60 void update_page_count(int level, unsigned long pages) in update_page_count() 68 static void split_page_count(int level) in split_page_count() 93 static inline void split_page_count(int level) { } in split_page_count() 192 unsigned int i, level; in cpa_flush_range() local 223 unsigned int i, level; in cpa_flush_array() local 322 unsigned int level; in static_protections() local 356 unsigned int *level) in lookup_address_in_pgd() 404 pte_t *lookup_address(unsigned long address, unsigned int *level) in lookup_address() 411 unsigned int *level) in _lookup_address_cpa() 461 enum pg_level level; in slow_virt_to_phys() local [all …]
|
D | pageattr-test.c | 59 unsigned int level; in print_split() local 120 unsigned int level; in pageattr_test() local
|
/arch/arm/mach-pxa/ |
D | reset.c | 25 int init_gpio_reset(int gpio, int output, int level) in init_gpio_reset()
|
/arch/x86/xen/ |
D | p2m.c | 212 unsigned int level, topidx, mididx; in xen_build_mfn_list_list() local 433 unsigned int level; in get_phys_to_machine() local 468 unsigned int level; in alloc_p2m_pmd() local 531 unsigned int level; in xen_alloc_p2m_entry() local 648 unsigned int level; in __set_phys_to_machine() local
|
/arch/s390/mm/ |
D | dump_pagetables.c | 36 int level; member 43 static void print_prot(struct seq_file *m, unsigned int pr, int level) in print_prot() 58 unsigned int new_prot, int level) in note_page()
|