/arch/xtensa/include/asm/ |
D | cacheasm.h | 48 .macro __loop_cache_range ar as at insn line_width 51 add \as, \as, \at 53 __loops \ar, \as, \at, \line_width 132 .macro ___flush_invalidate_dcache_range ar as at 135 __loop_cache_range \ar \as \at dhwbi XCHAL_DCACHE_LINEWIDTH 141 .macro ___flush_dcache_range ar as at 144 __loop_cache_range \ar \as \at dhwb XCHAL_DCACHE_LINEWIDTH 150 .macro ___invalidate_dcache_range ar as at 153 __loop_cache_range \ar \as \at dhi XCHAL_DCACHE_LINEWIDTH 159 .macro ___invalidate_icache_range ar as at [all …]
|
D | asmmacro.h | 65 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond 69 addi \at, \as, (1 << \incr_log2) - 1 79 extui \at, \as, \incr_log2, \mask_log2 82 srli \at, \as, \incr_log2 93 add \at, \ar, \as 104 .macro __loopt ar, as, at, incr_log2 107 sub \at, \as, \ar 123 .macro __loop as 126 loop \as, 99f 137 .macro __endl ar, as [all …]
|
/arch/x86/kernel/ |
D | apm_32.c | 1169 static int queue_empty(struct apm_user *as) in queue_empty() argument 1171 return as->event_head == as->event_tail; in queue_empty() 1174 static apm_event_t get_queued_event(struct apm_user *as) in get_queued_event() argument 1176 if (++as->event_tail >= APM_MAX_EVENTS) in get_queued_event() 1177 as->event_tail = 0; in get_queued_event() 1178 return as->events[as->event_tail]; in get_queued_event() 1183 struct apm_user *as; in queue_event() local 1188 for (as = user_list; as != NULL; as = as->next) { in queue_event() 1189 if ((as == sender) || (!as->reader)) in queue_event() 1191 if (++as->event_head >= APM_MAX_EVENTS) in queue_event() [all …]
|
/arch/mips/loongson32/ |
D | Kconfig | 42 Use PWM Timer 0 as the default clockevent/clocksourcer. 47 Use PWM Timer 1 as the default clockevent/clocksourcer. 52 Use PWM Timer 2 as the default clockevent/clocksourcer. 57 Use PWM Timer 3 as the default clockevent/clocksourcer.
|
/arch/cris/arch-v10/ |
D | Kconfig | 76 set this to same as CONFIG_ETRAX_LED1G (normally 2). 86 set this to same as CONFIG_ETRAX_LED1G (normally 2). 96 set this to same as CONFIG_ETRAX_LED1G (normally 2). 105 set this to same as CONFIG_ETRAX_LED1G (normally 2). 114 set this to same as CONFIG_ETRAX_LED1G (normally 2). 123 set this to same as CONFIG_ETRAX_LED1G (normally 2). 132 set this to same as CONFIG_ETRAX_LED1G (normally 2). 141 set this to same as CONFIG_ETRAX_LED1G (normally 2). 150 set this to same as CONFIG_ETRAX_LED1G (normally 2). 159 set this to same as CONFIG_ETRAX_LED1G (normally 2). [all …]
|
/arch/m68k/ |
D | Kconfig.devices | 11 bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || Q40 14 Use the power-on LED on your machine as a load meter. The exact 31 This option enables support for ARAnyM native features, such as 32 access to a disk image as /dev/hda. 94 To compile this driver as a module, choose M here. 103 To compile this driver as a module, choose M here. 123 If you say Y here, it will be possible to use a serial port as the 130 (/dev/tty0) will still be used as the system console by default, but 131 you can alter that using a kernel command line option such as 137 kernel will automatically use the first serial line, /dev/ttyS0, as
|
/arch/x86/ |
D | Makefile | 189 cfi := $(call as-instr,.cfi_startproc\n.cfi_rel_offset $(sp-y)$(comma)0\n.cfi_endproc,-DCONFIG_AS_C… 191 cfi-sigframe := $(call as-instr,.cfi_startproc\n.cfi_signal_frame\n.cfi_endproc,-DCONFIG_AS_CFI_SIG… 192 cfi-sections := $(call as-instr,.cfi_sections .debug_frame,-DCONFIG_AS_CFI_SECTIONS=1) 195 asinstr := $(call as-instr,fxsaveq (%rax),-DCONFIG_AS_FXSAVEQ=1) 196 asinstr += $(call as-instr,pshufb %xmm0$(comma)%xmm0,-DCONFIG_AS_SSSE3=1) 197 asinstr += $(call as-instr,crc32l %eax$(comma)%eax,-DCONFIG_AS_CRC32=1) 198 avx_instr := $(call as-instr,vxorps %ymm0$(comma)%ymm1$(comma)%ymm2,-DCONFIG_AS_AVX=1) 199 avx2_instr :=$(call as-instr,vpbroadcastb %xmm0$(comma)%ymm1,-DCONFIG_AS_AVX2=1) 200 sha1_ni_instr :=$(call as-instr,sha1msg1 %xmm0$(comma)%xmm1,-DCONFIG_AS_SHA1_NI=1) 201 sha256_ni_instr :=$(call as-instr,sha256msg1 %xmm0$(comma)%xmm1,-DCONFIG_AS_SHA256_NI=1)
|
/arch/arc/kernel/ |
D | ctx_sw_asm.S | 34 st.as sp, [r0, KSP_WORD_OFF] 54 ld.as sp, [r1, (TASK_THREAD + THREAD_KSP)/4]
|
/arch/avr32/boards/favr-32/ |
D | Kconfig | 11 will use PLL1 to generate a frequency as close as possible to this
|
/arch/ia64/kernel/ |
D | efi.c | 975 u64 as = 0, ae; in find_memmap_space() local 1017 as = max(contig_low, md->phys_addr); in find_memmap_space() 1021 as = max(as, min_addr); in find_memmap_space() 1023 if (ae <= as) in find_memmap_space() 1027 if (total_mem + (ae - as) > mem_limit) in find_memmap_space() 1028 ae -= total_mem + (ae - as) - mem_limit; in find_memmap_space() 1030 if (ae <= as) in find_memmap_space() 1033 if (ae - as > space_needed) in find_memmap_space() 1039 return __va(as); in find_memmap_space() 1052 u64 as, ae, lim; in efi_memmap_init() local [all …]
|
/arch/alpha/lib/ |
D | ev6-divide.S | 176 nop # E : as part of the cmovne 182 nop # E : as part of the cmovne 187 nop # E : as part of the cmovne 238 nop # E : as part of the cmov 255 nop # E : U L L U : as part of the cmov 258 nop # E : as part of the cmov
|
/arch/powerpc/kvm/ |
D | e500_mmu.c | 84 gva_t eaddr, int tlbsel, unsigned int pid, int as) in kvmppc_e500_tlb_index() argument 120 if (get_tlb_ts(tlbe) != as && as != -1) in kvmppc_e500_tlb_index() 130 gva_t eaddr, int as) in kvmppc_e500_deliver_tlb_miss() argument 143 vcpu->arch.shared->mas1 = MAS1_VALID | (as ? MAS1_TS : 0) in kvmppc_e500_deliver_tlb_miss() 151 | (as ? MAS6_SAS : 0); in kvmppc_e500_deliver_tlb_miss() 347 int as = !!get_cur_sas(vcpu); in kvmppc_e500_emul_tlbsx() local 353 esel = kvmppc_e500_tlb_index(vcpu_e500, ea, tlbsel, pid, as); in kvmppc_e500_emul_tlbsx() 457 gva_t eaddr, unsigned int pid, int as) in kvmppc_e500_tlb_search() argument 463 esel = kvmppc_e500_tlb_index(vcpu_e500, eaddr, tlbsel, pid, as); in kvmppc_e500_tlb_search() 478 u8 as; in kvmppc_core_vcpu_translate() local [all …]
|
D | e500.c | 165 int as, int pid, int pr) in kvmppc_e500_id_table_reset_one() argument 169 BUG_ON(as >= 2); in kvmppc_e500_id_table_reset_one() 173 idt->id[as][pid][pr].val = 0; in kvmppc_e500_id_table_reset_one() 174 idt->id[as][pid][pr].pentry = NULL; in kvmppc_e500_id_table_reset_one() 190 unsigned int as, unsigned int gid, in kvmppc_e500_get_sid() argument 196 BUG_ON(as >= 2); in kvmppc_e500_get_sid() 200 sid = local_sid_lookup(&idt->id[as][gid][pr]); in kvmppc_e500_get_sid() 204 sid = local_sid_setup_one(&idt->id[as][gid][pr]); in kvmppc_e500_get_sid()
|
/arch/cris/arch-v32/lib/ |
D | checksumcopy.S | 30 1: ;; A failing userspace access (the read) will have this as PC. 61 ;; r9 can be used as temporary. 71 2: ;; A failing userspace access for the read below will have this as PC. 87 3: ;; A failing userspace access for the read below will have this as PC.
|
/arch/frv/ |
D | Kconfig.debug | 36 If you say Y here, GDB stub will break into the program as soon as 46 that GDB prints them as program output, say 'Y'.
|
/arch/cris/arch-v32/ |
D | Kconfig | 19 not be enabled under Drivers for built-in interfaces (as it has its 20 own initialization code) and should not be the same as the debug port. 51 It may need to be changed if external devices such as extra 68 for 32 MB organized as two 16 bits chips (e.g. Axis 69 part number 18550) connected as one 32 bit device (i.e. in 98 mappings such as in a MCM).. 112 as inputs, although floating inputs isn't good. 134 as inputs, although floating inputs isn't good. 156 as inputs, although floating inputs isn't good. 178 as inputs, although floating inputs isn't good. [all …]
|
/arch/s390/kernel/ |
D | perf_event.c | 146 cpu, si.as, si.ad, si.min_sampl_rate, si.max_sampl_rate, in print_debug_sf() 149 if (si.as) in print_debug_sf() 152 si.as, si.es, si.cs, si.bsdes, si.tear, si.dear); in print_debug_sf() 192 if (!si.as && !si.ad) in sl_print_sampling() 198 if (si.as) in sl_print_sampling()
|
/arch/parisc/math-emu/ |
D | README | 2 been modified as little as possible. Even though they don't fit the
|
/arch/arm/boot/dts/ |
D | cros-adc-thermistors.dtsi | 2 * Thermistor dts fragment for devices that use Thermistors as 11 * it under the terms of the GNU General Public License version 2 as
|
/arch/m68k/ifpsp060/ |
D | CHANGES | 24 so long as this entire notice is retained without alteration in any modified and/or 25 redistributed versions, and that such modified versions are clearly identified as such. 43 was A0 or A1, the address register was not being updated as a result 53 as if it never received a failing value. 76 as described in the MC68060 User's Manual. 96 "call-out" stub by the user as appropriate. The MC68060 User's Manual 118 "call-out" stub by the user as appropriate. The MC68060 User's Manual
|
/arch/cris/arch-v10/lib/ |
D | checksumcopy.S | 40 1: ;; A failing userspace access will have this as PC. 86 ;; r9 can be used as temporary. 103 2: ;; A failing userspace access will have this as PC. 122 3: ;; A failing userspace access will have this as PC.
|
/arch/mips/loongson64/ |
D | Platform | 13 ifeq ($(call as-option,-Wa$(comma)-mfix-loongson2f-nop,),) 18 ifeq ($(call as-option,-Wa$(comma)-mfix-loongson2f-jump,),)
|
/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 36 It may need to be changed if external devices such as extra 53 for 32 MB organized as two 16 bits chips (e.g. Axis 54 part number 18550) connected as one 32 bit device (i.e. in 83 mappings such as in a MCM).. 97 as inputs, although floating inputs isn't good. 119 as inputs, although floating inputs isn't good. 141 as inputs, although floating inputs isn't good. 163 as inputs, although floating inputs isn't good. 185 as inputs, although floating inputs isn't good.
|
/arch/powerpc/platforms/8xx/ |
D | Kconfig | 19 The MPC86xADS is meant to serve as a platform for s/w and h/w 28 Also known as DUET. 29 The MPC885ADS is meant to serve as a platform for s/w and h/w 38 This board is also resold by Freescale as the QUICCStart 76 Enable FEC2 to serve as 2-nd Ethernet channel. Note that SMC2 83 Enable SCC3 to serve as 2-nd Ethernet channel. Note that SMC1
|
/arch/mips/cavium-octeon/ |
D | Kconfig | 18 CVMSEG LM is a segment that accesses portions of the dcache as a 29 bool "Build the kernel to be used as a 2nd kernel on the same chip" 34 with this option to be run at the same time as one built without this 95 To compile this driver as a module, choose M here. The module
|