Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 4 of 4) sorted by relevance

/arch/arm/kernel/
Dftrace.c87 unsigned long new, bool validate) in ftrace_modify_code() argument
99 if (validate) { in ftrace_modify_code()
/arch/alpha/include/asm/
Duaccess.h375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) in __copy_tofrom_user() argument
377 if (__access_ok((unsigned long)validate, len, get_fs())) in __copy_tofrom_user()
/arch/powerpc/platforms/wsp/
Dwsp_pci.c303 struct pci_dev *validate) in wsp_pci_create_dma32_table() argument
360 if (validate) { in wsp_pci_create_dma32_table()
362 tvt_data0 |= validate->bus->number; in wsp_pci_create_dma32_table()
364 tvt_data1 |= ((u64)PCI_SLOT(validate->devfn)) in wsp_pci_create_dma32_table()
367 tvt_data1 |= ((u64)PCI_FUNC(validate->devfn)) in wsp_pci_create_dma32_table()
/arch/cris/boot/rescue/
Dhead_v10.S193 ;; ptable is ok. validate each entry.