| /arch/riscv/include/asm/ |
| A D | atomic.h | 53 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 55 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \ 87 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument 89 c_type arch_atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS() 90 atomic##prefix##_t *v) \ in ATOMIC_OPS() 101 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \ 112 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument 114 c_type arch_atomic##prefix##_##op##_return_relaxed(c_type i, \ 115 atomic##prefix##_t *v) \ 120 c_type arch_atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \ [all …]
|
| A D | syscall_wrapper.h | 17 #define __SYSCALL_SE_DEFINEx(x, prefix, name, ...) \ argument 18 static long __se_##prefix##name(__MAP(x,__SC_LONG,__VA_ARGS__)); \ 19 static long __se_##prefix##name(__MAP(x,__SC_LONG,__VA_ARGS__)) 31 #define __SYSCALL_SE_DEFINEx(x, prefix, name, ...) \ argument 35 static long __se_##prefix##name(ulong, ulong, ulong, ulong, ulong, ulong, \ 37 __attribute__((alias(__stringify(___se_##prefix##name)))); \ 39 static long noinline ___se_##prefix##name(__MAP(x,__SC_LONG,__VA_ARGS__)) \ 41 static long ___se_##prefix##name(__MAP(x,__SC_LONG,__VA_ARGS__))
|
| /arch/arm64/boot/dts/amlogic/ |
| A D | meson-g12.dtsi | 17 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 …]
|
| A D | meson-sm1.dtsi | 19 sound-name-prefix = "TDM_A"; 30 sound-name-prefix = "TDM_B"; 41 sound-name-prefix = "TDM_C"; 185 sound-name-prefix = "TODDR_A"; 200 sound-name-prefix = "TODDR_B"; 215 sound-name-prefix = "TODDR_C"; 230 sound-name-prefix = "FRDDR_A"; 245 sound-name-prefix = "FRDDR_B"; 260 sound-name-prefix = "FRDDR_C"; 281 sound-name-prefix = "TDMIN_A"; [all …]
|
| A D | meson-axg.dtsi | 27 sound-name-prefix = "TDM_A"; 38 sound-name-prefix = "TDM_B"; 49 sound-name-prefix = "TDM_C"; 310 sound-name-prefix = "PDM"; 1363 sound-name-prefix = "TODDR_A"; 1375 sound-name-prefix = "TODDR_B"; 1387 sound-name-prefix = "TODDR_C"; 1399 sound-name-prefix = "FRDDR_A"; 1411 sound-name-prefix = "FRDDR_B"; 1423 sound-name-prefix = "FRDDR_C"; [all …]
|
| A D | meson-axg-s400.dts | 69 sound-name-prefix = "Linein"; 77 sound-name-prefix = "Lineout"; 83 sound-name-prefix = "DIT"; 91 sound-name-prefix = "MIC"; 97 sound-name-prefix = "DIR"; 417 sound-name-prefix = "SPK1";
|
| /arch/x86/entry/syscalls/ |
| A D | Makefile | 14 prefix := macro 19 $(if $(prefix),--prefix $(prefix)) \ 32 $(out)/unistd_32_ia32.h: prefix := ia32_ macro 46 $(out)/unistd_64_x32.h: prefix := x32_ macro
|
| /arch/powerpc/include/asm/ |
| A D | bitops.h | 65 #define DEFINE_BITOP(fn, op, prefix) \ argument 72 prefix \ 96 #define DEFINE_CLROP(fn, prefix) \ argument 105 prefix \ 115 prefix \ 151 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument 159 prefix \
|
| /arch/s390/kernel/ |
| A D | text_amode31.S | 116 larl %r4,prefix # Save prefix register 118 larl %r4,prefix_zero # Set prefix register to 0 140 larl %r4,prefix # Restore prefix register 157 SYM_DATA_LOCAL(prefix, .long 0)
|
| A D | machine_kexec.c | 52 unsigned long prefix; in __do_machine_kdump() local 57 prefix = (unsigned long)get_lowcore()->prefixreg_save_area; in __do_machine_kdump() 68 phys_to_virt(prefix + __LC_FPREGS_SAVE_AREA), 512); in __do_machine_kdump()
|
| A D | crash_dump.c | 50 u32 prefix; member 98 memcpy(&sa->prefix, &lc->prefixreg_save_area, sizeof(sa->prefix)); in save_area_add_regs() 318 ptr = nt_init(ptr, S390_PREFIX, sa->prefix); in fill_cpu_elf_notes() 340 size += nt_size(S390_PREFIX, sa->prefix); in get_cpu_elf_notes_size() 476 if (sa->prefix != 0) in get_cpu_cnt() 578 if (sa->prefix != 0) in notes_init()
|
| /arch/powerpc/crypto/ |
| A D | aesp10-ppc.pl | 113 $prefix="aes_p10"; 146 .globl .${prefix}_set_encrypt_key 405 .size .${prefix}_set_encrypt_key,.-.${prefix}_set_encrypt_key 407 .globl .${prefix}_set_decrypt_key 451 .size .${prefix}_set_decrypt_key,.-.${prefix}_set_decrypt_key 462 .globl .${prefix}_${dir}crypt 526 .size .${prefix}_${dir}crypt,.-.${prefix}_${dir}crypt
|
| /arch/mips/kernel/syscalls/ |
| A D | syscallnr.sh | 7 prefix="$4" 22 printf "#define __NR_%s_Linux_syscalls\t%s\n" "${prefix}" "${nxt}"
|
| /arch/s390/kvm/ |
| A D | diag.c | 41 unsigned long prefix = kvm_s390_get_prefix(vcpu); in diag_release_pages() local 58 if (end <= prefix || start >= prefix + 2 * PAGE_SIZE) { in diag_release_pages() 67 do_discard_gfn_range(vcpu, gpa_to_gfn(start), gpa_to_gfn(prefix)); in diag_release_pages() 68 if (start <= prefix) in diag_release_pages() 70 if (end > prefix + PAGE_SIZE) in diag_release_pages() 72 do_discard_gfn_range(vcpu, gpa_to_gfn(prefix) + 2, gpa_to_gfn(end)); in diag_release_pages()
|
| A D | gaccess.h | 27 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()
|
| A D | vsie.c | 484 const uint32_t __new_prefix = scb_o->prefix; in shadow_scb() 541 scb_s->prefix = new_prefix; in shadow_scb() 620 unsigned long prefix; in kvm_s390_vsie_gmap_notifier() local 635 prefix = cur->scb_s.prefix << GUEST_PREFIX_SHIFT; in kvm_s390_vsie_gmap_notifier() 637 prefix += cur->scb_s.mso; in kvm_s390_vsie_gmap_notifier() 638 if (prefix <= end && start <= prefix + 2 * PAGE_SIZE - 1) in kvm_s390_vsie_gmap_notifier() 658 u64 prefix = scb_s->prefix << GUEST_PREFIX_SHIFT; in map_prefix() local 668 prefix += scb_s->mso; in map_prefix() 673 prefix + PAGE_SIZE, NULL); in map_prefix() 1079 prefix = scb_s->prefix << GUEST_PREFIX_SHIFT; in vsie_handle_mvpg() [all …]
|
| /arch/um/drivers/ |
| A D | chan_user.h | 47 #define __channel_help(fn, prefix) \ argument 48 __uml_help(fn, prefix "[0-9]*=<channel description>\n" \
|
| /arch/arm64/kernel/pi/ |
| A D | Makefile | 27 $(obj)/%.pi.o: OBJCOPYFLAGS := --prefix-symbols=__pi_ \ 33 $(obj)/lib-%.pi.o: OBJCOPYFLAGS += --prefix-alloc-sections=.init
|
| /arch/riscv/kernel/pi/ |
| A D | Makefile | 26 $(obj)/%.pi.o: OBJCOPYFLAGS := --prefix-symbols=__pi_ \ 28 --prefix-alloc-sections=.init.pi
|
| /arch/arm64/boot/dts/renesas/ |
| A D | ulcb-simple-audio-card-mix+split.dtsi | 29 simple-audio-card,prefix = "ak4613"; 60 prefix = "ak4613";
|
| /arch/arm/xen/ |
| A D | enlighten.c | 213 const char *prefix; member 231 if (strlen(hyper_node.prefix) + 3 < len && in fdt_find_hyper_node() 232 !strncmp(hyper_node.prefix, s, strlen(hyper_node.prefix))) in fdt_find_hyper_node() 233 hyper_node.version = s + strlen(hyper_node.prefix); in fdt_find_hyper_node()
|
| /arch/mips/pci/ |
| A D | pci-xtalk-bridge.c | 560 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/boot/dts/nvidia/ |
| A D | tegra186.dtsi | 155 sound-name-prefix = "I2S1"; 169 sound-name-prefix = "I2S2"; 183 sound-name-prefix = "I2S3"; 197 sound-name-prefix = "I2S4"; 211 sound-name-prefix = "I2S5"; 225 sound-name-prefix = "I2S6"; 233 sound-name-prefix = "SFC1"; 241 sound-name-prefix = "SFC2"; 249 sound-name-prefix = "SFC3"; 257 sound-name-prefix = "SFC4"; [all …]
|
| /arch/arm64/boot/dts/mediatek/ |
| A D | mt8195-cherry-dojo-r1.dts | 26 sound-name-prefix = "Right"; 33 sound-name-prefix = "Left";
|
| /arch/arm64/kvm/hyp/nvhe/ |
| A D | gen-hyprel.c | 213 static inline bool starts_with(const char *str, const char *prefix) in starts_with() argument 215 return memcmp(str, prefix, strlen(prefix)) == 0; in starts_with()
|