Searched refs:dummy (Results 51 - 75 of 657) sorted by path

1234567891011>>

/linux-master/arch/mips/kernel/
H A Dsmp.c405 static void stop_this_cpu(void *dummy) argument
H A Dsysrq.c23 static void sysrq_tlbdump_single(void *dummy) argument
39 static void sysrq_tlbdump_othercpus(struct work_struct *dummy) argument
/linux-master/arch/mips/mm/
H A Dc-r3k.c30 unsigned long flags, status, dummy, size; local
41 dummy = *p;
44 if (dummy != 0xa5a55a5a || (status & ST0_CM)) {
/linux-master/arch/mips/pci/
H A Dops-loongson2.c39 u32 dummy; local
88 dummy = LOONGSON_PCIMAP_CFG;
/linux-master/arch/mips/sni/
H A Dirq.c30 irqreturn_t sni_isa_irq_handler(int dummy, void *p) argument
H A Drm200.c375 static irqreturn_t sni_rm200_i8259A_irq_handler(int dummy, void *p) argument
/linux-master/arch/openrisc/include/asm/
H A Dptrace.h62 long dummy; /* Cheap alignment fix */ member in struct:pt_regs
/linux-master/arch/openrisc/kernel/
H A Dsmp.c179 static void stop_this_cpu(void *dummy) argument
/linux-master/arch/parisc/include/asm/
H A Delf.h166 __u64 dummy[2]; /* used by 64-bit eBPF and tracing functions */ member in struct:elf64_fdesc
H A Dfloppy.h133 static void vdma_nop(unsigned int dummy) argument
138 static int vdma_get_dma_residue(unsigned int dummy) argument
227 int (*_get_dma_residue)(unsigned int dummy);
/linux-master/arch/parisc/kernel/
H A Dcache.c68 static void cache_flush_local_cpu(void *dummy) argument
/linux-master/arch/powerpc/include/asm/
H A Dfloppy.h40 int (*_get_dma_residue)(unsigned int dummy);
89 static void vdma_disable_dma(unsigned int dummy) argument
96 static void vdma_nop(unsigned int dummy) argument
101 static int vdma_get_dma_residue(unsigned int dummy) argument
/linux-master/arch/powerpc/kernel/
H A Deeh_event.c31 * @dummy - unused
39 static int eeh_event_handler(void * dummy) argument
H A Dsmp.c664 static void stop_this_cpu(void *dummy) argument
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c545 u32 dummy; member in struct:reg_vpa
/linux-master/arch/powerpc/perf/
H A Dcallchain_32.c42 char dummy[__SIGNAL_FRAMESIZE32]; member in struct:signal_frame_32
52 char dummy[__SIGNAL_FRAMESIZE32 + 16]; member in struct:rt_signal_frame_32
H A Dcallchain_64.c30 char dummy[__SIGNAL_FRAMESIZE]; member in struct:signal_frame_64
H A Dimc-pmu.c1585 static void thread_imc_ldbar_disable(void *dummy) argument
/linux-master/arch/powerpc/platforms/
H A Dfsl_uli1575.c218 /* We have to do a dummy read on the P2P for the RTC to work, WTF */
222 u8 *dummy; local
236 dummy = ioremap(res->start, 0x4);
238 dummy = ioremap(res->end - 3, 0x4);
239 if (dummy) {
240 in_8(dummy);
241 iounmap(dummy);
/linux-master/arch/powerpc/platforms/pasemi/
H A Dpci.c62 void volatile __iomem *addr, *dummy; local
74 /* Workaround bug 5945: write 0 to a dummy register before reading,
78 dummy = pa_pxp_cfg_addr(hose, bus->number, devfn, 0x10);
79 out_le32(dummy, 0);
/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c205 * @dummy: not used
212 unsigned long dummy, void *parm)
284 * @dummy: not used
289 static int cmm_thread(void *dummy) argument
211 cmm_oom_notify(struct notifier_block *self, unsigned long dummy, void *parm) argument
/linux-master/arch/powerpc/sysdev/xics/
H A Dicp-native.c36 u32 dummy; member in struct:icp_ipl
/linux-master/arch/riscv/include/asm/vdso/
H A Dprocessor.h12 int dummy; local
14 __asm__ __volatile__ ("div %0, %0, zero" : "=r" (dummy));
/linux-master/arch/s390/include/asm/
H A Dstacktrace.h102 long dummy = 0
119 register long r2 asm("2") = dummy
H A Dstring.h132 unsigned long dummy = 0; local
137 "0: srst %[dummy],%[dst]\n"
139 "1: mvst %[dummy],%[src]\n"
141 : [dummy] "+&a" (dummy), [dst] "+&a" (dst), [src] "+&a" (src)

Completed in 401 milliseconds

1234567891011>>