| /arch/xtensa/variants/test_mmuhifi_c3/include/variant/ |
| A D | tie-asm.h | 37 xchal_sa_start \continue, \ofs 64 xchal_sa_start \continue, \ofs 98 xchal_sa_start \continue, \ofs 134 xchal_sa_start \continue, \ofs 168 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 170 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 172 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 174 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 176 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 178 .macro xchal_cp6_load p a b c d continue=0 ofs=-1 select=-1 ; .endm [all …]
|
| /arch/mips/kernel/ |
| A D | irq_txx9.c | 70 int ofs = irq_nr / 16 * 16 + (irq_nr & 1) * 8; in txx9_irq_unmask() local 72 __raw_writel((__raw_readl(ilrp) & ~(0xff << ofs)) in txx9_irq_unmask() 73 | (txx9irq[irq_nr].level << ofs), in txx9_irq_unmask() 81 int ofs = irq_nr / 16 * 16 + (irq_nr & 1) * 8; in txx9_irq_mask() local 83 __raw_writel((__raw_readl(ilrp) & ~(0xff << ofs)) in txx9_irq_mask() 84 | (irc_dlevel << ofs), in txx9_irq_mask() 104 int ofs; in txx9_irq_set_type() local 119 ofs = (irq_nr & (8 - 1)) * 2; in txx9_irq_set_type() 120 cr &= ~(0x3 << ofs); in txx9_irq_set_type() 121 cr |= (mode & 0x3) << ofs; in txx9_irq_set_type()
|
| A D | process.c | 498 unsigned long ofs; in frame_info_init() local 507 kallsyms_lookup_size_offset(addr, &size, &ofs); in frame_info_init() 551 unsigned long size, ofs; in unwind_stack_by_address() local 598 if (!kallsyms_lookup_size_offset(pc, &size, &ofs)) in unwind_stack_by_address() 603 if (unlikely(ofs == 0)) { in unwind_stack_by_address() 609 info.func = (void *)(pc - ofs); in unwind_stack_by_address() 610 info.func_size = ofs; /* analyze from start to ofs */ in unwind_stack_by_address()
|
| /arch/xtensa/variants/test_kc705_be/include/variant/ |
| A D | tie-asm.h | 77 xchal_sa_start \continue, \ofs 143 xchal_sa_start \continue, \ofs 202 xchal_sa_start \continue, \ofs 250 xchal_sa_start \continue, \ofs 293 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 295 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 297 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 299 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 301 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 303 .macro xchal_cp6_load p a b c d continue=0 ofs=-1 select=-1 ; .endm [all …]
|
| /arch/xtensa/variants/test_kc705_hifi/include/variant/ |
| A D | tie-asm.h | 78 xchal_sa_start \continue, \ofs 144 xchal_sa_start \continue, \ofs 206 xchal_sa_start \continue, \ofs 263 xchal_sa_start \continue, \ofs 314 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 316 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 318 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 320 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 322 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm 324 .macro xchal_cp6_load p a b c d continue=0 ofs=-1 select=-1 ; .endm [all …]
|
| /arch/sh/include/mach-common/mach/ |
| A D | urquell.h | 31 #define BOARDREG(ofs) (FPGA_BASE + ofs##_OFS) argument 32 #define UBOARDREG(ofs) (0xa0000000 + FPGA_BASE + ofs##_OFS) argument
|
| /arch/xtensa/variants/fsf/include/variant/ |
| A D | tie-asm.h | 37 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL 38 xchal_sa_start \continue, \ofs 52 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL 53 xchal_sa_start \continue, \ofs
|
| /arch/powerpc/kernel/vdso/ |
| A D | sigtramp32.S | 53 #define rsave(regno, ofs) \ argument 60 .ifne ofs; \ 61 .byte 0x23; .uleb128 ofs; /* DW_OP_plus_uconst */ \ 110 #define vsave_msr2(regno, ofs) \ argument 115 .byte 0x0a; .short ofs; /* DW_OP_const2u */ \ 120 #define vsave(regno, ofs) \ argument 128 .byte 0x23; .uleb128 ofs; /* DW_OP_plus_uconst */ \
|
| A D | sigtramp64.S | 58 #define rsave(regno, ofs) \ argument 65 .ifne ofs; \ 66 .byte 0x23; .uleb128 ofs; /* DW_OP_plus_uconst */ \ 116 #define vsave_msr2(regno, ofs) \ argument 121 .byte 0x0a; .short ofs; /* DW_OP_const2u */ \ 126 #define vsave(regno, ofs) \ argument 135 .byte 0x23; .uleb128 ofs; /* DW_OP_plus_uconst */ \
|
| /arch/mips/cavium-octeon/ |
| A D | flash_setup.c | 31 static map_word octeon_flash_map_read(struct map_info *map, unsigned long ofs) in octeon_flash_map_read() argument 36 r = inline_map_read(map, ofs); in octeon_flash_map_read() 43 unsigned long ofs) in octeon_flash_map_write() argument 46 inline_map_write(map, datum, ofs); in octeon_flash_map_write()
|
| /arch/mips/include/asm/ |
| A D | gt64120.h | 556 #define __GT_READ(ofs) \ argument 557 (*(volatile u32 *)(GT64120_BASE+(ofs))) 558 #define __GT_WRITE(ofs, data) \ argument 559 do { *(volatile u32 *)(GT64120_BASE+(ofs)) = (data); } while (0) 560 #define GT_READ(ofs) le32_to_cpu(__GT_READ(ofs)) argument 561 #define GT_WRITE(ofs, data) __GT_WRITE(ofs, cpu_to_le32(data)) argument
|
| /arch/x86/um/ |
| A D | elfcore.c | 24 Elf32_Off ofs = 0; in elf_core_write_extra_phdrs() local 30 ofs = phdr.p_offset = offset; in elf_core_write_extra_phdrs() 33 phdr.p_offset += ofs; in elf_core_write_extra_phdrs()
|
| /arch/xtensa/variants/dc232b/include/variant/ |
| A D | tie-asm.h | 37 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL 38 xchal_sa_start \continue, \ofs 78 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL 79 xchal_sa_start \continue, \ofs
|
| /arch/xtensa/variants/de212/include/variant/ |
| A D | tie-asm.h | 76 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 77 xchal_sa_start \continue, \ofs 130 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 131 xchal_sa_start \continue, \ofs
|
| /arch/xtensa/variants/csp/include/variant/ |
| A D | tie-asm.h | 76 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 77 xchal_sa_start \continue, \ofs 142 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 143 xchal_sa_start \continue, \ofs
|
| /arch/xtensa/variants/dc233c/include/variant/ |
| A D | tie-asm.h | 77 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 78 xchal_sa_start \continue, \ofs 141 .macro xchal_ncp_load ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL alloc=0 142 xchal_sa_start \continue, \ofs
|
| /arch/microblaze/kernel/ |
| A D | unwind.c | 188 int ofs = 0; in microblaze_unwind_inner() local 222 pc -= ofs; in microblaze_unwind_inner() 252 ofs = sizeof(unsigned long); in microblaze_unwind_inner()
|
| /arch/alpha/kernel/ |
| A D | sys_cabriolet.c | 40 int ofs = (irq - 16) / 8; in cabriolet_update_irq_hw() local 41 outb(mask >> (16 + ofs * 8), 0x804 + ofs); in cabriolet_update_irq_hw()
|
| A D | pci_iommu.c | 187 iommu_arena_free(struct pci_iommu_arena *arena, long ofs, long n) in iommu_arena_free() argument 192 p = arena->ptes + ofs; in iommu_arena_free() 740 long npages, ofs; in alpha_pci_unmap_sg() local 767 ofs = (addr - arena->dma_base) >> PAGE_SHIFT; in alpha_pci_unmap_sg() 768 iommu_arena_free(arena, ofs, npages); in alpha_pci_unmap_sg()
|
| /arch/sparc/kernel/ |
| A D | time_32.c | 239 static unsigned char mostek_read_byte(struct device *dev, u32 ofs) in mostek_read_byte() argument 244 return readb(pdata->ioaddr + ofs); in mostek_read_byte() 247 static void mostek_write_byte(struct device *dev, u32 ofs, u8 val) in mostek_write_byte() argument 252 writeb(val, pdata->ioaddr + ofs); in mostek_write_byte()
|
| A D | time_64.c | 528 static unsigned char mostek_read_byte(struct device *dev, u32 ofs) in mostek_read_byte() argument 533 return readb(regs + ofs); in mostek_read_byte() 536 static void mostek_write_byte(struct device *dev, u32 ofs, u8 val) in mostek_write_byte() argument 541 writeb(val, regs + ofs); in mostek_write_byte()
|
| /arch/parisc/kernel/vdso64/ |
| A D | sigtramp.S | 64 .macro rsave regno,ofs 67 .uleb128 \ofs /* factored offset */
|
| /arch/parisc/kernel/vdso32/ |
| A D | sigtramp.S | 65 .macro rsave regno,ofs 68 .uleb128 \ofs /* factored offset */
|
| /arch/alpha/include/asm/ |
| A D | bitops.h | 460 unsigned long b0, b1, ofs, tmp; in sched_find_first_bit() local 464 ofs = (b0 ? 0 : 64); in sched_find_first_bit() 467 return __ffs(tmp) + ofs; in sched_find_first_bit()
|
| /arch/s390/kvm/ |
| A D | kvm-s390.c | 2268 unsigned long ofs = cur_gfn - ms->base_gfn; in kvm_s390_next_dirty_cmma() local 2278 ofs = 0; in kvm_s390_next_dirty_cmma() 2282 ofs = 0; in kvm_s390_next_dirty_cmma() 2284 ofs = find_next_bit(kvm_second_dirty_bitmap(ms), ms->npages, ofs); in kvm_s390_next_dirty_cmma() 2285 while (ofs >= ms->npages && (mnode = rb_next(mnode))) { in kvm_s390_next_dirty_cmma() 2287 ofs = find_first_bit(kvm_second_dirty_bitmap(ms), ms->npages); in kvm_s390_next_dirty_cmma() 2289 return ms->base_gfn + ofs; in kvm_s390_next_dirty_cmma()
|