/arch/powerpc/kernel/ |
D | dt_cpu_ftrs.c | 156 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 …]
|
D | asm-offsets.c | 606 # 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
|
D | cputable.c | 2279 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/ |
D | efi.h | 28 #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
|
D | proc-fns.h | 114 #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/ |
D | entry.h | 24 #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/ |
D | efi.h | 30 #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/ |
D | reg_compare.c | 172 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/ |
D | efi.h | 57 #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/ |
D | apc.c | 79 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()
|
D | visemul.c | 220 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/ |
D | kmmio.c | 112 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/ |
D | stfs.c | 17 float f; in stfs() local
|
D | lfs.c | 17 float f; in lfs() local
|
/arch/xtensa/kernel/ |
D | platform.c | 22 #define _F(r,f,a,b) \ argument
|
D | setup.c | 578 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/ |
D | fiq.c | 106 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/ |
D | atomic.h | 36 #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/ |
D | mkpiggy.c | 23 FILE *f = NULL; in main() local
|
/arch/riscv/kernel/ |
D | cpu.c | 49 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/ |
D | ptrace.h | 55 __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/ |
D | err_impl.h | 41 #define EXTRACT(u, f) (((u) >> f##__S) & f##__M) argument 42 #define GEN_MASK(f) ((u64)f##__M << f##__S) argument
|
/arch/arc/kernel/ |
D | smp.c | 127 #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/ |
D | m525x.c | 54 u32 f = readl(MCFSIM2_GPIOFUNC); in m525x_qspi_init() local
|
/arch/unicore32/include/asm/ |
D | stacktrace.h | 23 #define unwind_frame(f) (-EINVAL) argument
|