Searched refs:area (Results 1 - 25 of 317) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dbindec.S98 | the final string area in memory.
722 | the final string area in memory.
742 | F_SCR1:x/Work area for final result
814 | F_SCR1:Work area for final result/BCD result
H A Dfpsp.h28 | | FPU fsave area |
45 | offsets refer to the Local Variable area and the fsave area.
62 | Sometimes the exception handler will transform the fsave area
70 | restored from the "local variable" area and can be used as
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dsram.c21 unsigned int area; local
32 * FPGA_SEL determines the area mapping
34 area = (data & LCLASR_FPGA_SEL_MASK) >> LCLASR_FPGA_SEL_SHIFT;
35 if (unlikely(area == LCLASR_AREA_MASK)) {
41 * The memory itself occupies a 2KiB range at the top of the area
44 phys = (area << 26) + SZ_64M - SZ_4K;
57 "(area %d) to pool.\n",
58 SZ_2K >> 10, phys, phys + SZ_2K - 1, area);
/linux-master/arch/sh/drivers/pci/
H A Dpci-sh7751.c20 unsigned int area)
25 /* check BCR for SDRAM in area */
26 if (((word >> area) & 1) == 0) {
28 area, word);
35 if (((word >> (area << 1)) & 0x3) != 0x3) {
37 area, word);
141 /* check BCR for SDRAM in specified area */
19 __area_sdram_check(struct pci_channel *chan, unsigned int area) argument
/linux-master/arch/sh/lib/
H A D__clear_user.S21 ! Clear area 0
50 ! Clear area 1
75 ! Clear area 2
/linux-master/drivers/gpu/drm/omapdrm/
H A Dtcm.h48 /* 1d or 2d area */
50 bool is2d; /* whether area is 1d or 2d */
69 struct tcm_area *area);
70 s32 (*reserve_1d)(struct tcm *tcm, u32 slots, struct tcm_area *area);
71 s32 (*free)(struct tcm *tcm, struct tcm_area *area);
85 * area pointer is NULL
111 * Reserves a 2D area in the container.
114 * @param height Height(in pages) of area to be reserved.
115 * @param width Width(in pages) of area to be reserved.
116 * @param align Alignment requirement for top-left corner of area
131 tcm_reserve_2d(struct tcm *tcm, u16 width, u16 height, u16 align, s16 offset, u16 slot_bytes, struct tcm_area *area) argument
165 tcm_reserve_1d(struct tcm *tcm, u32 slots, struct tcm_area *area) argument
195 tcm_free(struct tcm_area *area) argument
243 tcm_area_is_valid(struct tcm_area *area) argument
276 __tcm_area_width(struct tcm_area *area) argument
282 __tcm_area_height(struct tcm_area *area) argument
288 __tcm_sizeof(struct tcm_area *area) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nffw.h105 unsigned int min_size, struct nfp_cpp_area **area);
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h47 void *area; member in struct:unit_element_struct
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_accel.c199 void atyfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) argument
202 u32 dy = area->dy, sy = area->sy, direction = DST_LAST_PEL;
203 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0;
207 if (!area->width || !area->height)
210 cfb_copyarea(info, area);
222 if (area
[all...]
H A Dradeon_accel.c99 const struct fb_copyarea *area)
104 w = area->width; h = area->height;
105 dx = area->dx; dy = area->dy;
106 sx = area->sx; sy = area->sy;
135 void radeonfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) argument
140 modded.sx = area->sx;
141 modded.sy = area
98 radeonfb_prim_copyarea(struct radeonfb_info *rinfo, const struct fb_copyarea *area) argument
[all...]
/linux-master/drivers/video/fbdev/
H A Dwmt_ge_rops.h7 const struct fb_copyarea *area);
24 const struct fb_copyarea *area)
26 sys_copyarea(p, area);
23 wmt_ge_copyarea(struct fb_info *p, const struct fb_copyarea *area) argument
/linux-master/include/linux/mtd/
H A Donenand.h108 int (*read_bufferram)(struct mtd_info *mtd, int area,
110 int (*write_bufferram)(struct mtd_info *mtd, int area,
234 int (*read_bufferram)(struct mtd_info *mtd, int area,
/linux-master/include/linux/
H A Dsvga.h110 void svga_tilecopy(struct fb_info *info, struct fb_tilearea *area);
/linux-master/sound/core/oss/
H A Dcopy.c41 if (snd_BUG_ON(src_channels->area.first % 8 ||
42 src_channels->area.step % 8))
44 if (snd_BUG_ON(dst_channels->area.first % 8 ||
45 dst_channels->area.step % 8))
49 snd_pcm_area_silence(&dst_channels->area, 0, frames, plugin->dst_format.format);
54 snd_pcm_area_copy(&src_channels->area, 0, &dst_channels->area, 0, frames, plugin->src_format.format);
H A Dio.c47 return pcm_write(plugin->plug, src_channels->area.addr, frames);
55 bufs[channel] = src_channels[channel].area.addr;
73 return pcm_read(plugin->plug, dst_channels->area.addr, frames);
81 bufs[channel] = dst_channels[channel].area.addr;
/linux-master/arch/alpha/kernel/
H A Dcore_irongate.c316 struct vm_struct *area;
333 * Check the AGP area
380 area = get_vm_area(size, VM_IOREMAP);
381 if (!area) return NULL;
383 for(baddr = addr, vaddr = (unsigned long)area->addr;
393 vfree(area->addr);
400 vaddr = (unsigned long)area->addr + (addr & ~PAGE_MASK);
315 struct vm_struct *area; local
H A Dcore_marvel.c697 struct vm_struct *area;
750 area = get_vm_area(size, VM_IOREMAP);
751 if (!area)
755 for (vaddr = (unsigned long)area->addr;
761 vfree(area->addr);
770 vfree(area->addr);
777 vaddr = (unsigned long)area->addr + (addr & ~PAGE_MASK);
688 struct vm_struct *area; local
H A Dcore_titan.c465 struct vm_struct *area;
516 area = get_vm_area(size, VM_IOREMAP);
517 if (!area) {
523 for (vaddr = (unsigned long)area->addr;
529 vfree(area->addr);
538 vfree(area->addr);
545 vaddr = (unsigned long)area->addr + (addr & ~PAGE_MASK);
461 struct vm_struct *area; local
/linux-master/arch/arm/kernel/
H A Diwmmxt.S85 add r0, r10, #TI_IWMMXT_STATE @ get task Concan save area
181 * Back up Concan regs to save area and disable access to them
196 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area
243 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area
248 @ current Concan values are in the task save area
281 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area
287 @ this task doesn't own Concan regs -- use its save area
318 add r3, r0, #TI_IWMMXT_STATE @ get next task Concan save area
343 add r0, r0, #TI_IWMMXT_STATE @ get task Concan save area
/linux-master/arch/arm/mm/
H A Dioremap.c255 struct vm_struct *area; local
297 area = get_vm_area_caller(size, VM_IOREMAP, caller);
298 if (!area)
300 addr = (unsigned long)area->addr;
301 area->phys_addr = paddr;
308 area->flags |= VM_ARM_SECTION_MAPPING;
311 area->flags |= VM_ARM_SECTION_MAPPING;
H A Dproc-arm740.S64 mcr p15, 0, r0, c6, c3 @ disable area 3~7
71 mcr p15, 0, r0, c6, c0 @ set area 0, default
76 1: add r4, r4, #1 @ area size *= 2
79 orr r0, r0, r4, lsl #1 @ the area register value
81 mcr p15, 0, r0, c6, c1 @ set area 1, RAM
89 1: add r4, r4, #1 @ area size *= 2
92 orr r0, r0, r4, lsl #1 @ the area register value
94 2: mcr p15, 0, r0, c6, c2 @ set area 2, ROM/FLASH
H A Dproc-arm940.S279 mcr p15, 0, r0, c6, c3, 0 @ disable data area 3~7
285 mcr p15, 0, r0, c6, c3, 1 @ disable instruction area 3~7
292 mcr p15, 0, r0, c6, c0, 0 @ set area 0, default
298 mcr p15, 0, r3, c6, c1, 0 @ set area 1, RAM
304 mcr p15, 0, r3, c6, c2, 0 @ set area 2, ROM/FLASH
H A Dtlb-v6.S49 tst r2, #VM_EXEC @ Executable area ?
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c387 static void jit_fill_hole(void *area, unsigned int size) argument
391 for (ptr = area; size >= sizeof(u32); size -= sizeof(u32))
/linux-master/arch/arm64/mm/
H A Dpageattr.c73 struct vm_struct *area; local
93 * covered by precisely one VM area that has the VM_ALLOC flag set.
95 area = find_vm_area((void *)addr);
96 if (!area ||
97 end > (unsigned long)kasan_reset_tag(area->addr) + area->size ||
98 !(area->flags & VM_ALLOC))
106 * change to the linear mapping of the pages that back this VM area.
110 for (i = 0; i < area->nr_pages; i++) {
111 __change_memory_common((u64)page_address(area
[all...]

Completed in 234 milliseconds

1234567891011>>