Home
last modified time | relevance | path

Searched defs:len (Results 6176 - 6200 of 21042) sorted by relevance

1...<<241242243244245246247248249250>>...842

/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dpci_msi.c326 int len; in sparc64_pbm_msi_init() local
[all...]
H A Dsys_sparc_64.c51 static inline int invalid_64bit_range(unsigned long addr, unsigned long len) in invalid_64bit_range() argument
90 unsigned long arch_get_unmapped_area(struct file *filp, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) in arch_get_unmapped_area() argument
148 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, const unsigned long len, const unsigned long pgoff, const unsigned long flags) arch_get_unmapped_area_topdown() argument
218 get_fb_unmapped_area(struct file *filp, unsigned long orig_addr, unsigned long len, unsigned long pgoff, unsigned long flags) get_fb_unmapped_area() argument
435 sparc_mmap_check(unsigned long addr, unsigned long len) sparc_mmap_check() argument
[all...]
H A Dbtext.c188 static void btext_drawtext(const char *c, unsigned int len) in btext_drawtext() argument
H A Debus.c176 int ebus_dma_request(struct ebus_dma_info *p, dma_addr_t bus_addr, size_t len) in ebus_dma_request() argument
H A Dioport.c237 unsigned long sparc_dma_alloc_resource(struct device *dev, size_t len) in sparc_dma_alloc_resource() argument
H A Dleon_smp.c274 int cpu, len; in leon_ipi_init() local
H A Dof_device_32.c346 int len, i; in scan_one_device() local
H A Dsetup_64.c487 int len; in mdesc_cpu_hwcap_list() local
H A Duprobes.c31 copy_to_page(struct page *page, unsigned long vaddr, const void *src, int len) copy_to_page() argument
47 arch_uprobe_copy_ixol(struct page *page, unsigned long vaddr, void *src, unsigned long len) arch_uprobe_copy_ixol() argument
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dio-unit.c181 static void iounit_unmap_page(struct device *dev, dma_addr_t vaddr, size_t len, in iounit_unmap_page() argument
145 iounit_map_page(struct device *dev, struct page *page, unsigned long offset, size_t len, enum dma_data_direction dir, unsigned long attrs) iounit_map_page() argument
200 unsigned long flags, vaddr, len; iounit_unmap_sg() local
216 iounit_alloc(struct device *dev, size_t len, dma_addr_t *dma_handle, gfp_t gfp, unsigned long attrs) iounit_alloc() argument
[all...]
H A Dhugetlbpage.c26 hugetlb_get_unmapped_area_bottomup(struct file *filp, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) hugetlb_get_unmapped_area_bottomup() argument
58 hugetlb_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, const unsigned long len, const unsigned long pgoff, const unsigned long flags) hugetlb_get_unmapped_area_topdown() argument
97 hugetlb_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) hugetlb_get_unmapped_area() argument
[all...]
/kernel/linux/linux-6.6/arch/sparc/prom/
H A Dmisc_64.c154 int len; in prom_get_idprom() local
H A Dtree_64.c191 int len; in prom_getstring() local
H A Dtree_32.c172 int len; in prom_getstring() local
/kernel/linux/linux-6.6/arch/sparc/vdso/
H A Dvma.c352 static unsigned long vdso_addr(unsigned long start, unsigned int len) in vdso_addr() argument
H A Dvdso2c.c159 static void map_input(const char *name, void **addr, size_t *len, int prot) in map_input() argument
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dcow_user.c269 int file_reader(__u64 offset, char *buf, int len, void *arg) in file_reader() argument
H A Dnet_user.c50 void read_output(int fd, char *output, int len) in read_output() argument
95 int net_read(int fd, void *buf, int len) in net_read() argument
108 int net_recvfrom(int fd, void *buf, int len) in net_recvfrom() argument
123 int net_write(int fd, void *buf, int len) in net_write() argument
136 net_send(int fd, void *buf, int len) net_send() argument
151 net_sendto(int fd, void *buf, int len, void *to, int sock_len) net_sendto() argument
[all...]
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dldc.h123 ldc_get_dring_entry(struct ldc_channel *lp, void *buf, unsigned int len, unsigned long offset, struct ldc_trans_cookie *cookies, int ncookies) ldc_get_dring_entry() argument
132 ldc_put_dring_entry(struct ldc_channel *lp, void *buf, unsigned int len, unsigned long offset, struct ldc_trans_cookie *cookies, int ncookies) ldc_put_dring_entry() argument
/kernel/linux/linux-6.6/arch/um/kernel/skas/
H A Duaccess.c64 static int do_op_one_page(unsigned long addr, int len, int is_write, in do_op_one_page() argument
95 static long buffer_op(unsigned long addr, int len, int is_write, in buffer_op() argument
138 static int copy_chunk_from_user(unsigned long from, int len, void *arg) in copy_chunk_from_user() argument
153 static int copy_chunk_to_user(unsigned long to, int len, voi argument
168 strncpy_chunk_from_user(unsigned long from, int len, void *arg) strncpy_chunk_from_user() argument
197 clear_chunk(unsigned long addr, int len, void *unused) clear_chunk() argument
203 __clear_user(void __user *mem, unsigned long len) __clear_user() argument
209 strnlen_chunk(unsigned long str, int len, void *arg) strnlen_chunk() argument
221 strnlen_user(const char __user *str, long len) strnlen_user() argument
[all...]
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dstart_up.c330 size_t len = 0; in get_host_cpu_features() local
H A Dprocess.c138 int os_map_memory(void *virt, int fd, unsigned long long off, unsigned long len, in os_map_memory() argument
154 int os_protect_memory(void *addr, unsigned long len, int r, int w, int x) in os_protect_memory() argument
165 int os_unmap_memory(void *addr, int len) in os_unmap_memory() argument
242 int os_mincore(void *addr, unsigned long len) in os_mincore() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dacpi.c201 u32 num_entries, size, len; in get_acpi_srat_table() local
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dstring.c32 int memcmp(const void *s1, const void *s2, size_t len) in memcmp() argument
43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H A Detnaviv_buffer.c115 etnaviv_buffer_dump(struct etnaviv_gpu *gpu, struct etnaviv_cmdbuf *buf, u32 off, u32 len) etnaviv_buffer_dump() argument

Completed in 20 milliseconds

1...<<241242243244245246247248249250>>...842