Searched refs:equ (Results 1 – 25 of 52) sorted by relevance
123
/Linux-v4.19/drivers/block/ |
D | swim_asm.S | 21 .equ write_data, 0x0000 22 .equ write_mark, 0x0200 23 .equ write_CRC, 0x0400 24 .equ write_parameter,0x0600 25 .equ write_phase, 0x0800 26 .equ write_setup, 0x0a00 27 .equ write_mode0, 0x0c00 28 .equ write_mode1, 0x0e00 29 .equ read_data, 0x1000 30 .equ read_mark, 0x1200 [all …]
|
/Linux-v4.19/arch/arm/mm/ |
D | cache-nop.S | 17 .equ nop_flush_kern_cache_all, nop_flush_icache_all 20 .equ nop_flush_kern_cache_louis, nop_flush_icache_all 23 .equ nop_flush_user_cache_all, nop_flush_icache_all 26 .equ nop_flush_user_cache_range, nop_flush_icache_all 29 .equ nop_coherent_kern_range, nop_flush_icache_all 37 .equ nop_flush_kern_dcache_area, nop_flush_icache_all 40 .equ nop_dma_flush_range, nop_flush_icache_all 43 .equ nop_dma_map_area, nop_flush_icache_all 46 .equ nop_dma_unmap_area, nop_flush_icache_all
|
D | cache-v4wt.S | 175 .equ v4wt_dma_flush_range, v4wt_dma_inv_range 201 .equ v4wt_flush_kern_cache_louis, v4wt_flush_kern_cache_all
|
D | proc-v7-3level.S | 122 .equ PRRR, 0xeeaa4400 @ MAIR0 123 .equ NMRR, 0xff000004 @ MAIR1
|
D | proc-v7-2level.S | 140 .equ PRRR, 0xff0a81a8 141 .equ NMRR, 0x40e040e0
|
D | tlb-v4.S | 57 .equ v4_flush_kern_tlb_range, .v4_flush_kern_tlb_range
|
D | cache-v4.S | 145 .equ v4_flush_kern_cache_louis, v4_flush_kern_cache_all
|
D | proc-arm920.S | 323 .equ arm920_flush_kern_cache_louis, arm920_flush_kern_cache_all 389 .equ cpu_arm920_suspend_size, 4 * 3
|
D | proc-mohawk.S | 307 .equ mohawk_flush_kern_cache_louis, mohawk_flush_kern_cache_all 354 .equ cpu_mohawk_suspend_size, 4 * 6
|
D | proc-feroceon.S | 419 .equ feroceon_flush_kern_cache_louis, feroceon_flush_kern_cache_all 427 .equ feroceon_range_\basename , feroceon_\basename 519 .equ cpu_feroceon_suspend_size, 4 * 3
|
D | proc-xscale.S | 415 .equ xscale_flush_kern_cache_louis, xscale_flush_kern_cache_all 436 .equ xscale_80200_A0_A1_\basename , xscale_\basename 531 .equ cpu_xscale_suspend_size, 4 * 6
|
D | cache-v4wb.S | 257 .equ v4wb_flush_kern_cache_louis, v4wb_flush_kern_cache_all
|
D | proc-arm926.S | 343 .equ arm926_flush_kern_cache_louis, arm926_flush_kern_cache_all 404 .equ cpu_arm926_suspend_size, 4 * 3
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | host.fuc | 34 .equ #fifo_process 0x00 35 .equ #fifo_message 0x04 36 .equ #fifo_data0 0x08 37 .equ #fifo_data1 0x0c 40 .equ #fifo_qlen 4 // log2(size of queue entry in bytes) 41 .equ #fifo_qnum 3 // log2(max number of entries in queue) 42 .equ #fifo_qmaskb (1 << #fifo_qnum) // max number of entries in queue 43 .equ #fifo_qmaskp (#fifo_qmaskb - 1) 44 .equ #fifo_qmaskf ((#fifo_qmaskb << 1) - 1) 45 .equ #fifo_qsize (1 << (#fifo_qlen + #fifo_qnum)) [all …]
|
D | macros.fuc | 136 .equ #msg_process 0x00 /* send() target, recv() sender */ 137 .equ #msg_message 0x04 138 .equ #msg_data0 0x08 139 .equ #msg_data1 0x0c 146 .equ #proc_qlen 4 // log2(size of queue entry in bytes) 147 .equ #proc_qnum 2 // log2(max number of entries in queue) 148 .equ #proc_qmaskb (1 << #proc_qnum) // max number of entries in queue 149 .equ #proc_qmaskp (#proc_qmaskb - 1) 150 .equ #proc_qmaskf ((#proc_qmaskb << 1) - 1) 151 .equ #proc_qsize (1 << (#proc_qlen + #proc_qnum)) [all …]
|
D | memx.fuc | 33 .equ #memx_opcode 0 34 .equ #memx_header 2 35 .equ #memx_length 4 36 .equ #memx_func 8 56 .equ #memx_func_size #memx_func_next - #memx_func_head 57 .equ #memx_func_num (#memx_func_tail - #memx_func_head) / #memx_func_size
|
/Linux-v4.19/arch/arm/mach-rpc/include/mach/ |
D | entry-macro.S | 5 .equ ioc_base_high, IOC_BASE & 0xff000000 6 .equ ioc_base_low, IOC_BASE & 0x00ff0000
|
/Linux-v4.19/arch/arm/include/debug/ |
D | dc21285.S | 18 .equ dc21285_high, ARMCSR_BASE & 0xff000000 19 .equ dc21285_low, ARMCSR_BASE & 0x00ffffff
|
/Linux-v4.19/arch/arm/mach-footbridge/include/mach/ |
D | entry-macro.S | 14 .equ dc21285_high, ARMCSR_BASE & 0xff000000 15 .equ dc21285_low, ARMCSR_BASE & 0x00ffffff
|
/Linux-v4.19/arch/m68k/coldfire/ |
D | head.S | 144 .equ kernel_pg_dir,_start0 145 .equ .,_start0+0x1000
|
/Linux-v4.19/arch/arm/kernel/ |
D | entry-common.S | 20 .equ NR_syscalls, __NR_syscalls 322 .equ __sys_nr, 0 335 .equ __sys_nr, \nr + 1
|
/Linux-v4.19/arch/m68k/kernel/ |
D | sun3-head.S | 32 .equ kernel_pg_dir,kernel_pmd_table
|
/Linux-v4.19/arch/x86/xen/ |
D | xen-head.S | 68 .equ xen_hypercall_##n, hypercall_page + __HYPERVISOR_##n * 32; \
|
/Linux-v4.19/tools/perf/util/ |
D | bpf-loader.c | 265 char *equ; in parse_prog_config_kvpair() local 268 equ = strchr(line, '='); in parse_prog_config_kvpair() 269 if (!equ) { in parse_prog_config_kvpair() 275 *equ = '\0'; in parse_prog_config_kvpair() 277 err = do_prog_config(line, equ + 1, pev); in parse_prog_config_kvpair()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | sysreg.h | 670 .equ .L__reg_num_x\num, \num 672 .equ .L__reg_num_xzr, 31
|
123