Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 79) sorted by relevance

1234

/arch/riscv/include/asm/
Datomic.h54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument
56 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument
90 c_type arch_atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS()
91 atomic##prefix##_t *v) \ in ATOMIC_OPS()
102 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \
113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument
115 c_type arch_atomic##prefix##_##op##_return_relaxed(c_type i, \
116 atomic##prefix##_t *v) \
118 return arch_atomic##prefix##_fetch_##op##_relaxed(i, v) c_op I; \
[all …]
/arch/arm64/boot/dts/amlogic/
Dmeson-g12.dtsi17 sound-name-prefix = "TDM_A";
28 sound-name-prefix = "TDM_B";
39 sound-name-prefix = "TDM_C";
54 sound-name-prefix = "PDM";
104 sound-name-prefix = "TODDR_A";
119 sound-name-prefix = "TODDR_B";
134 sound-name-prefix = "TODDR_C";
149 sound-name-prefix = "FRDDR_A";
164 sound-name-prefix = "FRDDR_B";
179 sound-name-prefix = "FRDDR_C";
[all …]
Dmeson-sm1.dtsi19 sound-name-prefix = "TDM_A";
30 sound-name-prefix = "TDM_B";
41 sound-name-prefix = "TDM_C";
182 sound-name-prefix = "TODDR_A";
197 sound-name-prefix = "TODDR_B";
212 sound-name-prefix = "TODDR_C";
227 sound-name-prefix = "FRDDR_A";
242 sound-name-prefix = "FRDDR_B";
257 sound-name-prefix = "FRDDR_C";
279 sound-name-prefix = "TDMIN_A";
[all …]
Dmeson-axg-s400.dts70 sound-name-prefix = "Linein";
79 sound-name-prefix = "Lineout";
86 sound-name-prefix = "DIT";
95 sound-name-prefix = "MIC";
102 sound-name-prefix = "DIR";
419 sound-name-prefix = "SPK1";
Dmeson-axg.dtsi27 sound-name-prefix = "TDM_A";
38 sound-name-prefix = "TDM_B";
49 sound-name-prefix = "TDM_C";
300 sound-name-prefix = "PDM";
1332 sound-name-prefix = "TODDR_A";
1344 sound-name-prefix = "TODDR_B";
1356 sound-name-prefix = "TODDR_C";
1368 sound-name-prefix = "FRDDR_A";
1380 sound-name-prefix = "FRDDR_B";
1392 sound-name-prefix = "FRDDR_C";
[all …]
/arch/x86/entry/syscalls/
DMakefile15 prefix := macro
20 $(if $(prefix),--prefix $(prefix)) \
33 $(out)/unistd_32_ia32.h: prefix := ia32_ macro
47 $(out)/unistd_64_x32.h: prefix := x32_ macro
/arch/s390/kvm/
Dgaccess.h27 static inline unsigned long _kvm_s390_real_to_abs(u32 prefix, unsigned long gra) in _kvm_s390_real_to_abs() argument
30 gra += prefix; in _kvm_s390_real_to_abs()
31 else if (gra >= prefix && gra < prefix + 2 * PAGE_SIZE) in _kvm_s390_real_to_abs()
32 gra -= prefix; in _kvm_s390_real_to_abs()
Ddiag.c23 unsigned long prefix = kvm_s390_get_prefix(vcpu); in diag_release_pages() local
39 if (end <= prefix || start >= prefix + 2 * PAGE_SIZE) { in diag_release_pages()
48 gmap_discard(vcpu->arch.gmap, start, prefix); in diag_release_pages()
49 if (start <= prefix) in diag_release_pages()
51 if (end > prefix + PAGE_SIZE) in diag_release_pages()
53 gmap_discard(vcpu->arch.gmap, prefix + 2 * PAGE_SIZE, end); in diag_release_pages()
Dvsie.c440 const uint32_t __new_prefix = scb_o->prefix; in shadow_scb()
492 if (scb_s->mso != new_mso || scb_s->prefix != new_prefix) in shadow_scb()
497 scb_s->prefix = new_prefix; in shadow_scb()
568 unsigned long prefix; in kvm_s390_vsie_gmap_notifier() local
589 prefix = cur->scb_s.prefix << GUEST_PREFIX_SHIFT; in kvm_s390_vsie_gmap_notifier()
591 prefix += cur->scb_s.mso; in kvm_s390_vsie_gmap_notifier()
592 if (prefix <= end && start <= prefix + 2 * PAGE_SIZE - 1) in kvm_s390_vsie_gmap_notifier()
612 u64 prefix = scb_s->prefix << GUEST_PREFIX_SHIFT; in map_prefix() local
622 prefix += scb_s->mso; in map_prefix()
624 rc = kvm_s390_shadow_fault(vcpu, vsie_page->gmap, prefix, NULL); in map_prefix()
[all …]
Dkvm-s390.h99 return vcpu->arch.sie_block->prefix << GUEST_PREFIX_SHIFT; in kvm_s390_get_prefix()
102 static inline void kvm_s390_set_prefix(struct kvm_vcpu *vcpu, u32 prefix) in kvm_s390_set_prefix() argument
105 prefix); in kvm_s390_set_prefix()
106 vcpu->arch.sie_block->prefix = prefix >> GUEST_PREFIX_SHIFT; in kvm_s390_set_prefix()
/arch/mips/kernel/syscalls/
Dsyscallnr.sh7 prefix="$4"
22 printf "#define __NR_%s_Linux_syscalls\t%s\n" "${prefix}" "${nxt}"
/arch/ia64/kernel/
Defi.c76 #define STUB_GET_TIME(prefix, adjust_arg) \ argument
78 prefix##_get_time (efi_time_t *tm, efi_time_cap_t *tc) \
87 ret = efi_call_##prefix((efi_get_time_t *) __va(runtime->get_time), \
93 #define STUB_SET_TIME(prefix, adjust_arg) \ argument
95 prefix##_set_time (efi_time_t *tm) \
101 ret = efi_call_##prefix((efi_set_time_t *) __va(runtime->set_time), \
107 #define STUB_GET_WAKEUP_TIME(prefix, adjust_arg) \ argument
109 prefix##_get_wakeup_time (efi_bool_t *enabled, efi_bool_t *pending, \
116 ret = efi_call_##prefix( \
123 #define STUB_SET_WAKEUP_TIME(prefix, adjust_arg) \ argument
[all …]
/arch/um/drivers/
Dchan_user.h46 #define __channel_help(fn, prefix) \ argument
47 __uml_help(fn, prefix "[0-9]*=<channel description>\n" \
/arch/powerpc/include/asm/
Dbitops.h65 #define DEFINE_BITOP(fn, op, prefix) \ argument
72 prefix \
109 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument
117 prefix \
/arch/s390/mm/
Dmaccess.c156 unsigned long cr0, flags, prefix; in memcpy_absolute() local
161 prefix = store_prefix(); in memcpy_absolute()
162 if (prefix) { in memcpy_absolute()
166 set_prefix(prefix); in memcpy_absolute()
/arch/s390/kernel/
Dmachine_kexec.c45 unsigned long prefix; in __do_machine_kdump() local
48 prefix = (unsigned long) S390_lowcore.prefixreg_save_area; in __do_machine_kdump()
59 (void *)(prefix + __LC_FPREGS_SAVE_AREA), 512); in __do_machine_kdump()
Dtext_amode31.S103 larl %r4,.Lprefix # Save prefix register
105 larl %r4,.Lprefix_zero # Set prefix register to 0
127 larl %r4,.Lprefix # Restore prefix register
Dcrash_dump.c46 u32 prefix; member
96 memcpy(&sa->prefix, &lc->prefixreg_save_area, sizeof(sa->prefix)); in save_area_add_regs()
378 ptr = nt_init(ptr, NT_S390_PREFIX, &sa->prefix, sizeof(sa->prefix)); in fill_cpu_elf_notes()
402 size += nt_size(NT_S390_PREFIX, sizeof(sa->prefix)); in get_cpu_elf_notes_size()
537 if (sa->prefix != 0) in get_cpu_cnt()
589 if (sa->prefix != 0) in notes_init()
Dreipl.S16 # Issue "store status" for the current CPU to its prefix page
/arch/arm/xen/
Denlighten.c211 const char *prefix; member
229 if (strlen(hyper_node.prefix) + 3 < len && in fdt_find_hyper_node()
230 !strncmp(hyper_node.prefix, s, strlen(hyper_node.prefix))) in fdt_find_hyper_node()
231 hyper_node.version = s + strlen(hyper_node.prefix); in fdt_find_hyper_node()
/arch/mips/pci/
Dpci-xtalk-bridge.c560 const char *prefix = data; in bridge_nvmem_match() local
562 if (strlen(name) < strlen(prefix)) in bridge_nvmem_match()
565 return memcmp(prefix, dev_name(dev), strlen(prefix)) == 0; in bridge_nvmem_match()
571 char prefix[24]; in bridge_get_partnum() local
576 snprintf(prefix, sizeof(prefix), "bridge-%012llx-0b-", baddr); in bridge_get_partnum()
578 nvmem = nvmem_device_find(prefix, bridge_nvmem_match); in bridge_get_partnum()
/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c210 static inline bool starts_with(const char *str, const char *prefix) in starts_with() argument
212 return memcmp(str, prefix, strlen(prefix)) == 0; in starts_with()
/arch/x86/include/asm/
Dinsn.h255 #define for_each_insn_prefix(insn, idx, prefix) \ argument
256 …for (idx = 0; idx < ARRAY_SIZE(insn->prefixes.bytes) && (prefix = insn->prefixes.bytes[idx]) != 0;…
/arch/sparc/kernel/
Dprom_64.c91 const char *prefix = (type == 0) ? "m" : "i"; in sun4v_path_component() local
95 name, prefix, in sun4v_path_component()
100 prefix, in sun4v_path_component()
/arch/m68k/
DMakefile21 CROSS_COMPILE := $(call cc-cross-prefix, \

1234