Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 1067) sorted by relevance

12345678910>>...43

/arch/xtensa/include/asm/
Dcacheasm.h64 .macro __loop_cache_range ar as at insn line_width
67 add \as, \as, \at
69 __loops \ar, \as, \at, \line_width
144 .macro ___flush_invalidate_dcache_range ar as at
147 __loop_cache_range \ar \as \at dhwbi XCHAL_DCACHE_LINEWIDTH
153 .macro ___flush_dcache_range ar as at
156 __loop_cache_range \ar \as \at dhwb XCHAL_DCACHE_LINEWIDTH
162 .macro ___invalidate_dcache_range ar as at
165 __loop_cache_range \ar \as \at dhi XCHAL_DCACHE_LINEWIDTH
171 .macro ___invalidate_icache_range ar as at
[all …]
Dasmmacro.h65 .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 …]
Dasm-uaccess.h119 .macro user_ok aa, as, at, error
121 bgeu \as, \at, \error
122 sub \at, \at, \as
149 .macro access_ok aa, as, at, sp, error
151 user_ok \aa, \as, \at, \error
/arch/x86/kernel/
Dapm_32.c1158 static int queue_empty(struct apm_user *as) in queue_empty() argument
1160 return as->event_head == as->event_tail; in queue_empty()
1163 static apm_event_t get_queued_event(struct apm_user *as) in get_queued_event() argument
1165 if (++as->event_tail >= APM_MAX_EVENTS) in get_queued_event()
1166 as->event_tail = 0; in get_queued_event()
1167 return as->events[as->event_tail]; in get_queued_event()
1172 struct apm_user *as; in queue_event() local
1177 for (as = user_list; as != NULL; as = as->next) { in queue_event()
1178 if ((as == sender) || (!as->reader)) in queue_event()
1180 if (++as->event_head >= APM_MAX_EVENTS) in queue_event()
[all …]
/arch/x86/include/asm/trace/
Dhyperv.h32 TP_PROTO(u64 as, int ret),
33 TP_ARGS(as, ret),
36 __field(u64, as)
39 TP_fast_assign(__entry->as = as;
42 TP_printk("address space %llx ret %d", __entry->as, __entry->ret)
46 TP_PROTO(u64 as, int ret),
47 TP_ARGS(as, ret),
50 __field(u64, as)
53 TP_fast_assign(__entry->as = as;
56 TP_printk("address space %llx ret %d", __entry->as, __entry->ret)
/arch/x86/hyperv/
Dnested.c20 int hyperv_flush_guest_mapping(u64 as) in hyperv_flush_guest_mapping() argument
43 flush->address_space = as; in hyperv_flush_guest_mapping()
54 trace_hyperv_nested_flush_guest_mapping(as, ret); in hyperv_flush_guest_mapping()
90 int hyperv_flush_guest_mapping_range(u64 as, in hyperv_flush_guest_mapping_range() argument
114 flush->address_space = as; in hyperv_flush_guest_mapping_range()
133 trace_hyperv_nested_flush_guest_mapping_range(as, ret); in hyperv_flush_guest_mapping_range()
/arch/x86/
DKconfig.assembler5 def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5)
10 def_bool $(as-instr,sha1msg1 %xmm0$(comma)%xmm1)
15 def_bool $(as-instr,sha256msg1 %xmm0$(comma)%xmm1)
19 def_bool $(as-instr,tpause %ecx)
/arch/arm64/boot/dts/exynos/
Dexynos5433-tmu.dtsi56 /* Set maximum frequency as 1800MHz */
62 /* Set maximum frequency as 1700MHz */
68 /* Set maximum frequency as 1600MHz */
74 /* Set maximum frequency as 1500MHz */
80 /* Set maximum frequency as 1400MHz */
92 /* Set maximum frequency as 1000MHz */
230 /* Set maximum frequency as 1200MHz */
236 /* Set maximum frequency as 1100MHz */
242 /* Set maximum frequency as 1000MHz */
248 /* Set maximum frequency as 900MHz */
[all …]
/arch/mips/loongson32/
DKconfig56 Use PWM Timer 0 as the default clockevent/clocksourcer.
61 Use PWM Timer 1 as the default clockevent/clocksourcer.
66 Use PWM Timer 2 as the default clockevent/clocksourcer.
71 Use PWM Timer 3 as the default clockevent/clocksourcer.
/arch/m68k/
DKconfig.devices12 bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || Q40
15 Use the power-on LED on your machine as a load meter. The exact
33 This option enables support for ARAnyM native features, such as
34 access to a disk image as /dev/hda.
96 To compile this driver as a module, choose M here.
105 To compile this driver as a module, choose M here.
125 If you say Y here, it will be possible to use a serial port as the
132 (/dev/tty0) will still be used as the system console by default, but
133 you can alter that using a kernel command line option such as
139 kernel will automatically use the first serial line, /dev/ttyS0, as
/arch/s390/kernel/
Dperf_event.c144 cpu, si.as, si.ad, si.min_sampl_rate, si.max_sampl_rate, in print_debug_sf()
147 if (si.as) in print_debug_sf()
150 si.as, si.es, si.cs, si.bsdes, si.tear, si.dear); in print_debug_sf()
190 if (!si.as && !si.ad) in sl_print_sampling()
196 if (si.as) in sl_print_sampling()
/arch/ia64/kernel/
Defi.c972 u64 as = 0, ae; in find_memmap_space() local
1014 as = max(contig_low, md->phys_addr); in find_memmap_space()
1018 as = max(as, min_addr); in find_memmap_space()
1020 if (ae <= as) in find_memmap_space()
1024 if (total_mem + (ae - as) > mem_limit) in find_memmap_space()
1025 ae -= total_mem + (ae - as) - mem_limit; in find_memmap_space()
1027 if (ae <= as) in find_memmap_space()
1030 if (ae - as > space_needed) in find_memmap_space()
1036 return __va(as); in find_memmap_space()
1049 u64 as, ae, lim; in efi_memmap_init() local
[all …]
/arch/arc/kernel/
Dctx_sw_asm.S32 st.as sp, [r0, KSP_WORD_OFF]
52 ld.as sp, [r1, (TASK_THREAD + THREAD_KSP)/4]
Dhead.S51 ; Unaligned access is disabled at reset, so re-enable early as
95 ; - Don't clobber r0,r1,r2 as they might have u-boot provided args
134 ; r1 = magic number (always zero as of now)
161 ; setup per-cpu idle task as "current" on this CPU
/arch/powerpc/kvm/
De500_mmu.c81 gva_t eaddr, int tlbsel, unsigned int pid, int as) in kvmppc_e500_tlb_index() argument
117 if (get_tlb_ts(tlbe) != as && as != -1) in kvmppc_e500_tlb_index()
127 gva_t eaddr, int as) in kvmppc_e500_deliver_tlb_miss() argument
140 vcpu->arch.shared->mas1 = MAS1_VALID | (as ? MAS1_TS : 0) in kvmppc_e500_deliver_tlb_miss()
148 | (as ? MAS6_SAS : 0); in kvmppc_e500_deliver_tlb_miss()
344 int as = !!get_cur_sas(vcpu); in kvmppc_e500_emul_tlbsx() local
350 esel = kvmppc_e500_tlb_index(vcpu_e500, ea, tlbsel, pid, as); in kvmppc_e500_emul_tlbsx()
454 gva_t eaddr, unsigned int pid, int as) in kvmppc_e500_tlb_search() argument
460 esel = kvmppc_e500_tlb_index(vcpu_e500, eaddr, tlbsel, pid, as); in kvmppc_e500_tlb_search()
475 u8 as; in kvmppc_core_vcpu_translate() local
[all …]
De500.c161 int as, int pid, int pr) in kvmppc_e500_id_table_reset_one() argument
165 BUG_ON(as >= 2); in kvmppc_e500_id_table_reset_one()
169 idt->id[as][pid][pr].val = 0; in kvmppc_e500_id_table_reset_one()
170 idt->id[as][pid][pr].pentry = NULL; in kvmppc_e500_id_table_reset_one()
186 unsigned int as, unsigned int gid, in kvmppc_e500_get_sid() argument
192 BUG_ON(as >= 2); in kvmppc_e500_get_sid()
196 sid = local_sid_lookup(&idt->id[as][gid][pr]); in kvmppc_e500_get_sid()
200 sid = local_sid_setup_one(&idt->id[as][gid][pr]); in kvmppc_e500_get_sid()
/arch/arm/boot/dts/
Dr7s72100-genmai.dts54 /* P3_0 as TxD2; P3_2 as RxD2 */
59 /* RIIC2: P1_4 as SCL, P1_5 as SDA */
Dsun8i-q8-common.dtsi6 * licensing only applies to this file, and not this project as a
10 * modify it under the terms of the GNU General Public License as
68 * Q8 boards use various PL# pins as wifi-en. On other boards
70 * short-circuits we configure these as inputs with pull-ups via
71 * pinctrl, instead of listing them as active-low reset-gpios.
Domap4-mcpdm.dtsi6 * pmic to ABE as mcpdm uses an external clock for the module.
33 * level as the module on the SoC needs external clock from
/arch/alpha/lib/
Dev6-divide.S177 nop # E : as part of the cmovne
183 nop # E : as part of the cmovne
188 nop # E : as part of the cmovne
239 nop # E : as part of the cmov
256 nop # E : U L L U : as part of the cmov
259 nop # E : as part of the cmov
/arch/powerpc/
DMakefile187 asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1)
223 cpu-as-$(CONFIG_40x) += -Wa,-m405
224 cpu-as-$(CONFIG_44x) += -Wa,-m440
225 cpu-as-$(CONFIG_ALTIVEC) += $(call as-option,-Wa$(comma)-maltivec)
226 cpu-as-$(CONFIG_E500) += -Wa,-me500
231 cpu-as-$(CONFIG_PPC_BOOK3S_64) += -Wa,-mpower4 -Wa,-many
232 cpu-as-$(CONFIG_PPC_E500MC) += $(call as-option,-Wa$(comma)-me500mc)
234 KBUILD_AFLAGS += $(cpu-as-y)
235 KBUILD_CFLAGS += $(cpu-as-y)
/arch/mips/loongson2ef/
DPlatform12 # Some versions of binutils, not currently mainline as of 2019/02/04, support
31 cflags-$(CONFIG_CPU_LOONGSON2EF) += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
35 ifeq ($(call as-option,-Wa$(comma)-mfix-loongson2f-nop,),)
40 ifeq ($(call as-option,-Wa$(comma)-mfix-loongson2f-jump,),)
/arch/x86/xen/
DKconfig27 Support running as a Xen PV guest.
39 Support running as a Xen PV Dom0 guest.
46 Support running as a Xen PVHVM guest.
79 bool "Support for running as a Xen PVH guest"
/arch/arm64/boot/dts/freescale/
Dfsl-ls1028a-kontron-sl28-var2.dts38 * subnode as it is PHY for this port. On this module this PHY
40 * Therefore, delete the mdio subnode as well as the phy-handle
/arch/m68k/ifpsp060/
DCHANGES24 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

12345678910>>...43