Home
last modified time | relevance | path

Searched defs:level (Results 1 – 25 of 125) sorted by relevance

12345

/arch/arm64/kernel/
Dcacheinfo.c15 #define CLIDR_CTYPE_SHIFT(level) (3 * (level - 1)) argument
16 #define CLIDR_CTYPE_MASK(level) (7 << CLIDR_CTYPE_SHIFT(level)) argument
17 #define CLIDR_CTYPE(clidr, level) \ argument
29 static inline enum cache_type get_cache_type(int level) in get_cache_type()
40 enum cache_type type, unsigned int level) in ci_leaf_init()
48 unsigned int ctype, level, leaves, fw_level; in __init_cache_level() local
83 unsigned int level, idx; in __populate_cache_leaves() local
Dreturn_address.c17 unsigned int level; member
35 void *return_address(unsigned int level) in return_address()
/arch/riscv/kernel/
Dcacheinfo.c13 enum cache_type type, unsigned int level) in ci_leaf_init()
24 int levels = 0, leaves = 0, level; in __init_cache_level() local
67 int levels = 1, level = 1; in __populate_cache_leaves() local
/arch/arm/kernel/
Dreturn_address.c17 unsigned int level; member
35 void *return_address(unsigned int level) in return_address()
/arch/powerpc/platforms/powernv/
Dopal-hmi.c38 static void print_core_checkstop_reason(const char *level, in print_core_checkstop_reason()
89 static void print_nx_checkstop_reason(const char *level, in print_nx_checkstop_reason()
140 static void print_npu_checkstop_reason(const char *level, in print_npu_checkstop_reason()
177 static void print_checkstop_reason(const char *level, in print_checkstop_reason()
200 const char *level, *sevstr, *error_info; in print_hmi_event_info() local
/arch/nds32/kernel/
Dcacheinfo.c9 enum cache_type type, unsigned int level) in ci_leaf_init()
39 unsigned int level, idx; in populate_cache_leaves() local
/arch/s390/include/asm/
Ddebug.h38 int level; member
123 static inline bool debug_level_enabled(debug_info_t *id, int level) in debug_level_enabled()
141 static inline debug_entry_t *debug_event(debug_info_t *id, int level, in debug_event()
161 static inline debug_entry_t *debug_int_event(debug_info_t *id, int level, in debug_int_event()
183 static inline debug_entry_t *debug_long_event(debug_info_t *id, int level, in debug_long_event()
205 static inline debug_entry_t *debug_text_event(debug_info_t *id, int level, in debug_text_event()
265 static inline debug_entry_t *debug_exception(debug_info_t *id, int level, in debug_exception()
286 static inline debug_entry_t *debug_int_exception(debug_info_t *id, int level, in debug_int_exception()
309 static inline debug_entry_t *debug_long_exception (debug_info_t *id, int level, in debug_long_exception()
333 static inline debug_entry_t *debug_text_exception(debug_info_t *id, int level, in debug_text_exception()
/arch/mips/include/asm/sn/
Dintr.h24 #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/
Dtoptree.c30 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/
Dcpumap.c34 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
300 int top_level, level; in increment_rover() local
321 int level, new_index, index = root_index; in iterate_cpu() local
/arch/x86/kvm/
Dmmu_audit.c35 inspect_spte_fn fn, int level) in __mmu_spte_walk()
93 static void audit_mappings(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_mappings()
160 static void audit_sptes_have_rmaps(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_sptes_have_rmaps()
166 static void audit_spte_after_sync(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_spte_after_sync()
224 static void audit_spte(struct kvm_vcpu *vcpu, u64 *sptep, int level) in audit_spte()
Dirq_comm.c31 struct kvm *kvm, int irq_source_id, int level, in kvm_set_pic_irq()
39 struct kvm *kvm, int irq_source_id, int level, in kvm_set_ioapic_irq()
134 struct kvm *kvm, int irq_source_id, int level, bool line_status) in kvm_set_msi()
151 struct kvm *kvm, int irq_source_id, int level, in kvm_hv_set_sint()
161 struct kvm *kvm, int irq_source_id, int level, in kvm_arch_set_irq_inatomic()
Dpaging_tmpl.h30 #define PT_INDEX(addr, level) PT64_INDEX(addr, level) argument
49 #define PT_INDEX(addr, level) PT32_INDEX(addr, level) argument
63 #define PT_INDEX(addr, level) PT64_INDEX(addr, level) argument
85 int level; member
225 unsigned level, index; in FNAME() local
736 int level; in FNAME() local
776 int level = PT_PAGE_TABLE_LEVEL; in FNAME() local
896 int level; in FNAME() local
/arch/s390/kernel/
Dcache.c91 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/
Dtraps.h101 #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/
Dcpuflags.h9 int level; /* Family, or 64 for x86-64 */ member
Dcpu.c21 static char *cpu_name(int level) in cpu_name()
/arch/x86/xen/
Dmmu.c21 unsigned int level; in arbitrary_virt_to_machine() local
Dp2m.c221 unsigned int level, topidx, mididx; in xen_build_mfn_list_list() local
442 unsigned int level; in get_phys_to_machine() local
477 unsigned int level; in alloc_p2m_pmd() local
540 unsigned int level; in xen_alloc_p2m_entry() local
657 unsigned int level; in __set_phys_to_machine() local
/arch/arm/mach-pxa/
Dreset.c21 int init_gpio_reset(int gpio, int output, int level) in init_gpio_reset()
/arch/arm/include/asm/
Dftrace.h50 static inline void *return_address(unsigned int level) in return_address()
/arch/x86/mm/
Dpageattr.c73 void update_page_count(int level, unsigned long pages) in update_page_count()
81 static void split_page_count(int level) in split_page_count()
106 static inline void split_page_count(int level) { } in split_page_count()
134 static inline void cpa_inc_lp_sameprot(int level) in cpa_inc_lp_sameprot()
142 static inline void cpa_inc_lp_preserved(int level) in cpa_inc_lp_preserved()
185 static inline void cpa_inc_lp_sameprot(int level) { } in cpa_inc_lp_sameprot()
186 static inline void cpa_inc_lp_preserved(int level) { } in cpa_inc_lp_preserved()
366 unsigned int level; in cpa_flush() local
460 unsigned int level; in protect_kernel_text_ro() local
567 unsigned int *level) in lookup_address_in_pgd()
[all …]
/arch/powerpc/kernel/
Dcacheinfo.c120 int level; /* level not explicit in device tree */ member
142 static void cache_init(struct cache *cache, int type, int level, in cache_init()
152 static struct cache *new_cache(int type, int level, struct device_node *ofnode) in new_cache()
353 static struct cache *cache_do_one_devnode_unified(struct device_node *node, int level) in cache_do_one_devnode_unified()
361 int level) in cache_do_one_devnode_split()
383 static struct cache *cache_do_one_devnode(struct device_node *node, int level) in cache_do_one_devnode()
396 int level) in cache_lookup_or_instantiate()
432 int level = cache->level; in do_subsidiary_caches() local
/arch/x86/kernel/cpu/
Dscattered.c17 u32 level; member
/arch/s390/mm/
Ddump_pagetables.c46 int level; member
53 static void print_prot(struct seq_file *m, unsigned int pr, int level) in print_prot()
68 unsigned int new_prot, int level) in note_page()

12345