/arch/powerpc/kernel/ |
D | asm-offsets.c | 585 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, shadow_vcpu.f)) in main() argument 587 # define SVCPU_FIELD(x, f) in main() argument 589 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, kvm_hstate.f)) in main() argument 591 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, f)) in main() argument 592 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f)) in main() argument 753 #define STOP_SPR(x, f) OFFSET(x, paca_struct, stop_sprs.f) in main() argument
|
D | dt_cpu_ftrs.c | 194 static int __init feat_try_enable_unknown(struct dt_cpu_feature *f) in feat_try_enable_unknown() 231 static int __init feat_enable(struct dt_cpu_feature *f) in feat_enable() 264 static int __init feat_disable(struct dt_cpu_feature *f) in feat_disable() 269 static int __init feat_enable_hv(struct dt_cpu_feature *f) in feat_enable_hv() 289 static int __init feat_enable_le(struct dt_cpu_feature *f) in feat_enable_le() 295 static int __init feat_enable_smt(struct dt_cpu_feature *f) in feat_enable_smt() 302 static int __init feat_enable_idle_nap(struct dt_cpu_feature *f) in feat_enable_idle_nap() 316 static int __init feat_enable_align_dsisr(struct dt_cpu_feature *f) in feat_enable_align_dsisr() 323 static int __init feat_enable_idle_stop(struct dt_cpu_feature *f) in feat_enable_idle_stop() 337 static int __init feat_enable_mmu_hash(struct dt_cpu_feature *f) in feat_enable_mmu_hash() [all …]
|
D | systbl.S | 26 #define SYSX(f, f3264, f32) .8byte DOTSYM(f),DOTSYM(f3264) argument 34 #define SYSX(f, f3264, f32) .long f32 argument 39 #define SYSX_SPU(f, f3264, f32) SYSX(f, f3264, f32) argument
|
/arch/arm/include/asm/ |
D | efi.h | 31 #define arch_efi_call_virt(p, f, args...) \ argument 56 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) argument 57 #define __efi_call_early(f, ...) f(__VA_ARGS__) argument 58 #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 | 117 #define PROC_VTABLE(f) cpu_vtable[smp_processor_id()]->f argument 118 #define PROC_TABLE(f) cpu_vtable[0]->f argument 129 #define PROC_VTABLE(f) processor.f argument 130 #define PROC_TABLE(f) processor.f argument
|
/arch/arm64/include/asm/ |
D | efi.h | 30 #define arch_efi_call_virt(p, f, args...) \ argument 83 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) argument 84 #define __efi_call_early(f, ...) f(__VA_ARGS__) argument 85 #define efi_call_runtime(f, ...) sys_table_arg->runtime->f(__VA_ARGS__) argument 88 #define efi_call_proto(protocol, f, instance, ...) \ 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/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/sparc/include/asm/ |
D | spinlock_64.h | 17 #define arch_read_lock_flags(p, f) arch_read_lock(p) argument 18 #define arch_write_lock_flags(p, f) arch_write_lock(p) argument
|
/arch/x86/include/asm/ |
D | efi.h | 56 #define arch_efi_call_virt(p, f, args...) \ argument 69 #define efi_call_phys(f, args...) efi_call((f), args) argument 95 #define arch_efi_call_virt(p, f, args...) \ argument 231 #define efi_call_proto(protocol, f, instance, ...) \ argument 235 #define efi_call_early(f, ...) \ argument 239 #define __efi_call_early(f, ...) \ argument 242 #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/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/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() 706 c_start(struct seq_file *f, loff_t *pos) in c_start() 712 c_next(struct seq_file *f, void *v, loff_t *pos) in c_next() 718 c_stop(struct seq_file *f, void *v) in c_stop()
|
/arch/powerpc/platforms/cell/ |
D | spu_callbacks.c | 43 #define SYSX(f, f3264, f32) sys_ni_syscall, argument 48 #define SYSX_SPU(f, f3264, f32) f, argument
|
/arch/x86/boot/compressed/ |
D | mkpiggy.c | 37 FILE *f = NULL; in main() local
|
/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 | 130 #define __boot_read(f) f argument 131 #define __boot_write(f, v) f = v argument 135 #define __boot_read(f) arc_read_uncached_32(&f) argument 136 #define __boot_write(f, v) arc_write_uncached_32(&f, v) argument
|
/arch/tile/kernel/ |
D | regs_32.S | 48 #define FOR_EACH_CALLEE_SAVED_REG(f) \ argument
|
D | regs_64.S | 48 #define FOR_EACH_CALLEE_SAVED_REG(f) \ argument
|
/arch/m68k/coldfire/ |
D | m525x.c | 54 u32 f = readl(MCFSIM2_GPIOFUNC); in m525x_qspi_init() local
|