Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 128) sorted by relevance

123456

/arch/powerpc/kernel/
Ddt_cpu_ftrs.c156 static int __init feat_try_enable_unknown(struct dt_cpu_feature *f) in feat_try_enable_unknown()
193 static int __init feat_enable(struct dt_cpu_feature *f) in feat_enable()
226 static int __init feat_disable(struct dt_cpu_feature *f) in feat_disable()
231 static int __init feat_enable_hv(struct dt_cpu_feature *f) in feat_enable_hv()
251 static int __init feat_enable_le(struct dt_cpu_feature *f) in feat_enable_le()
257 static int __init feat_enable_smt(struct dt_cpu_feature *f) in feat_enable_smt()
264 static int __init feat_enable_idle_nap(struct dt_cpu_feature *f) in feat_enable_idle_nap()
278 static int __init feat_enable_align_dsisr(struct dt_cpu_feature *f) in feat_enable_align_dsisr()
285 static int __init feat_enable_idle_stop(struct dt_cpu_feature *f) in feat_enable_idle_stop()
299 static int __init feat_enable_mmu_hash(struct dt_cpu_feature *f) in feat_enable_mmu_hash()
[all …]
Dasm-offsets.c606 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, shadow_vcpu.f)) in main() argument
608 # define SVCPU_FIELD(x, f) in main() argument
610 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, kvm_hstate.f)) in main() argument
612 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, f)) in main() argument
613 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f)) in main() argument
Dcputable.c2279 unsigned long f = 1ul << i; in cpu_feature_keys_init() local
2296 unsigned long f = 1ul << i; in mmu_feature_keys_init() local
/arch/arm/include/asm/
Defi.h28 #define arch_efi_call_virt(p, f, args...) \ argument
53 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) argument
54 #define __efi_call_early(f, ...) f(__VA_ARGS__) argument
55 #define efi_call_runtime(f, ...) sys_table_arg->runtime->f(__VA_ARGS__) argument
61 #define efi_call_proto(protocol, f, instance, ...) \ argument
Dproc-fns.h114 #define PROC_VTABLE(f) cpu_vtable[smp_processor_id()]->f argument
115 #define PROC_TABLE(f) cpu_vtable[0]->f argument
126 #define PROC_VTABLE(f) processor.f argument
127 #define PROC_TABLE(f) processor.f argument
/arch/ia64/kernel/
Dentry.h24 #define PT(f) (IA64_PT_REGS_##f##_OFFSET) argument
25 #define SW(f) (IA64_SWITCH_STACK_##f##_OFFSET) argument
26 #define SOS(f) (IA64_SAL_OS_STATE_##f##_OFFSET) argument
/arch/arm64/include/asm/
Defi.h30 #define arch_efi_call_virt(p, f, args...) \ argument
96 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) argument
97 #define __efi_call_early(f, ...) f(__VA_ARGS__) argument
98 #define efi_call_runtime(f, ...) sys_table_arg->runtime->f(__VA_ARGS__) argument
104 #define efi_call_proto(protocol, f, instance, ...) \ argument
/arch/x86/math-emu/
Dreg_compare.c172 int f, c; in FPU_compare_st_data() local
209 int f, c; in compare_st_st() local
255 int f, c; in compare_i_st_st() local
303 int f = 0, c; in compare_u_st_st() local
353 int f = 0, c; in compare_ui_st_st() local
/arch/x86/include/asm/
Defi.h57 #define arch_efi_call_virt(p, f, args...) \ argument
70 #define efi_call_phys(f, args...) efi_call((f), args) argument
92 #define arch_efi_call_virt(p, f, args...) \ argument
229 #define efi_call_proto(protocol, f, instance, ...) \ argument
233 #define efi_call_early(f, ...) \ argument
237 #define __efi_call_early(f, ...) \ argument
240 #define efi_call_runtime(f, ...) \ argument
/arch/sparc/kernel/
Dapc.c79 static int apc_open(struct inode *inode, struct file *f) in apc_open()
84 static int apc_release(struct inode *inode, struct file *f) in apc_release()
89 static long apc_ioctl(struct file *f, unsigned int cmd, unsigned long __arg) in apc_ioctl()
Dvisemul.c220 static inline unsigned long fpd_regval(struct fpustate *f, in fpd_regval()
229 static inline unsigned long *fpd_regaddr(struct fpustate *f, in fpd_regaddr()
238 static inline unsigned int fps_regval(struct fpustate *f, in fps_regval()
244 static inline unsigned int *fps_regaddr(struct fpustate *f, in fps_regaddr()
424 struct fpustate *f = FPUSTATE; in bshuffle() local
450 struct fpustate *f = FPUSTATE; in pdist() local
479 struct fpustate *f = FPUSTATE; in pformat() local
591 struct fpustate *f = FPUSTATE; in pmul() local
707 struct fpustate *f = FPUSTATE; in pcmp() local
/arch/x86/mm/
Dkmmio.c112 struct kmmio_fault_page *f; in get_kmmio_fault_page() local
154 static int clear_page_presence(struct kmmio_fault_page *f, bool clear) in clear_page_presence()
191 static int arm_kmmio_fault_page(struct kmmio_fault_page *f) in arm_kmmio_fault_page()
207 static void disarm_kmmio_fault_page(struct kmmio_fault_page *f) in disarm_kmmio_fault_page()
382 struct kmmio_fault_page *f; in add_kmmio_fault_page() local
413 struct kmmio_fault_page *f; in release_kmmio_fault_page() local
484 struct kmmio_fault_page *f = dr->release_list; in rcu_free_kmmio_fault_pages() local
498 struct kmmio_fault_page *f = dr->release_list; in remove_kmmio_fault_pages() local
/arch/powerpc/math-emu/
Dstfs.c17 float f; in stfs() local
Dlfs.c17 float f; in lfs() local
/arch/xtensa/kernel/
Dplatform.c22 #define _F(r,f,a,b) \ argument
Dsetup.c578 c_show(struct seq_file *f, void *slot) in c_show()
711 c_start(struct seq_file *f, loff_t *pos) in c_start()
717 c_next(struct seq_file *f, void *v, loff_t *pos) in c_next()
723 c_stop(struct seq_file *f, void *v) in c_stop()
/arch/arm/kernel/
Dfiq.c106 int claim_fiq(struct fiq_handler *f) in claim_fiq()
125 void release_fiq(struct fiq_handler *f) in release_fiq()
/arch/parisc/include/asm/
Datomic.h36 #define _atomic_spin_lock_irqsave(l,f) do { \ argument
42 #define _atomic_spin_unlock_irqrestore(l,f) do { \ argument
50 # define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument
51 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) argument
/arch/x86/boot/compressed/
Dmkpiggy.c23 FILE *f = NULL; in main() local
/arch/riscv/kernel/
Dcpu.c49 static void print_isa(struct seq_file *f, const char *orig_isa) in print_isa()
96 static void print_mmu(struct seq_file *f, const char *mmu_type) in print_mmu()
/arch/riscv/include/uapi/asm/
Dptrace.h55 __u32 f[32]; member
60 __u64 f[32]; member
65 __u64 f[64] __attribute__((aligned(16))); member
75 struct __riscv_f_ext_state f; member
/arch/alpha/kernel/
Derr_impl.h41 #define EXTRACT(u, f) (((u) >> f##__S) & f##__M) argument
42 #define GEN_MASK(f) ((u64)f##__M << f##__S) argument
/arch/arc/kernel/
Dsmp.c127 #define __boot_read(f) f argument
128 #define __boot_write(f, v) f = v argument
132 #define __boot_read(f) arc_read_uncached_32(&f) argument
133 #define __boot_write(f, v) arc_write_uncached_32(&f, v) argument
/arch/m68k/coldfire/
Dm525x.c54 u32 f = readl(MCFSIM2_GPIOFUNC); in m525x_qspi_init() local
/arch/unicore32/include/asm/
Dstacktrace.h23 #define unwind_frame(f) (-EINVAL) argument

123456