/arch/riscv/include/asm/ |
D | atomic.h | 54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 56 void 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 atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS() 91 atomic##prefix##_t *v) \ in ATOMIC_OPS() 102 c_type 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 atomic##prefix##_##op##_return_relaxed(c_type i, \ 116 atomic##prefix##_t *v) \ 118 return atomic##prefix##_fetch_##op##_relaxed(i, v) c_op I; \ [all …]
|
/arch/x86/entry/syscalls/ |
D | syscallhdr.sh | 7 prefix="$4" 21 echo "#define __NR_${prefix}${name} $nr" 23 echo "#define __NR_${prefix}${name} ($offset + $nr)" 31 echo "#define __NR_${prefix}syscall_max $max"
|
/arch/arm64/boot/dts/amlogic/ |
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 …]
|
D | meson-sm1.dtsi | 19 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 …]
|
/arch/arm/tools/ |
D | syscallhdr.sh | 7 prefix="$4" 23 echo "#define __NR_${prefix}${name} $nr" 25 echo "#define __NR_${prefix}${name} ($offset + $nr)"
|
/arch/mips/kernel/syscalls/ |
D | syscallnr.sh | 7 prefix="$4" 23 printf "#define __NR_%s_Linux\t%s\n" "${prefix}" "${offset}" 24 printf "#define __NR_%s_Linux_syscalls\t%s\n" "${prefix}" "${nxt}"
|
D | syscallhdr.sh | 7 prefix="$4" 22 "${prefix}" "${name}" "${nr}" 25 "${prefix}" "${name}" "${offset}" "${nr}"
|
/arch/ia64/kernel/syscalls/ |
D | syscallhdr.sh | 7 prefix="$4" 22 "${prefix}" "${name}" "${nr}" 25 "${prefix}" "${name}" "${offset}" "${nr}"
|
/arch/microblaze/kernel/syscalls/ |
D | syscallhdr.sh | 7 prefix="$4" 22 "${prefix}" "${name}" "${nr}" 25 "${prefix}" "${name}" "${offset}" "${nr}"
|
/arch/xtensa/kernel/syscalls/ |
D | syscallhdr.sh | 7 prefix="$4" 22 "${prefix}" "${name}" "${nr}" 25 "${prefix}" "${name}" "${offset}" "${nr}"
|
/arch/alpha/kernel/syscalls/ |
D | syscallhdr.sh | 7 prefix="$4" 22 "${prefix}" "${name}" "${nr}" 25 "${prefix}" "${name}" "${offset}" "${nr}"
|
/arch/m68k/kernel/syscalls/ |
D | syscallhdr.sh | 7 prefix="$4" 22 "${prefix}" "${name}" "${nr}" 25 "${prefix}" "${name}" "${offset}" "${nr}"
|
/arch/sh/kernel/syscalls/ |
D | syscallhdr.sh | 7 prefix="$4" 22 "${prefix}" "${name}" "${nr}" 25 "${prefix}" "${name}" "${offset}" "${nr}"
|
/arch/sparc/kernel/syscalls/ |
D | syscallhdr.sh | 7 prefix="$4" 22 "${prefix}" "${name}" "${nr}" 25 "${prefix}" "${name}" "${offset}" "${nr}"
|
/arch/parisc/kernel/syscalls/ |
D | syscallhdr.sh | 7 prefix="$4" 22 "${prefix}" "${name}" "${nr}" 25 "${prefix}" "${name}" "${offset}" "${nr}"
|
/arch/powerpc/kernel/syscalls/ |
D | syscallhdr.sh | 7 prefix="$4" 22 "${prefix}" "${name}" "${nr}" 25 "${prefix}" "${name}" "${offset}" "${nr}"
|
/arch/s390/kvm/ |
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()
|
D | diag.c | 23 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()
|
D | vsie.c | 439 const uint32_t __new_prefix = scb_o->prefix; in shadow_scb() 491 if (scb_s->mso != new_mso || scb_s->prefix != new_prefix) in shadow_scb() 496 scb_s->prefix = new_prefix; in shadow_scb() 565 unsigned long prefix; in kvm_s390_vsie_gmap_notifier() local 586 prefix = cur->scb_s.prefix << GUEST_PREFIX_SHIFT; in kvm_s390_vsie_gmap_notifier() 588 prefix += cur->scb_s.mso; in kvm_s390_vsie_gmap_notifier() 589 if (prefix <= end && start <= prefix + 2 * PAGE_SIZE - 1) in kvm_s390_vsie_gmap_notifier() 609 u64 prefix = scb_s->prefix << GUEST_PREFIX_SHIFT; in map_prefix() local 619 prefix += scb_s->mso; in map_prefix() 621 rc = kvm_s390_shadow_fault(vcpu, vsie_page->gmap, prefix, NULL); in map_prefix() [all …]
|
/arch/ia64/kernel/ |
D | efi.c | 74 #define STUB_GET_TIME(prefix, adjust_arg) \ argument 76 prefix##_get_time (efi_time_t *tm, efi_time_cap_t *tc) \ 85 ret = efi_call_##prefix((efi_get_time_t *) __va(runtime->get_time), \ 91 #define STUB_SET_TIME(prefix, adjust_arg) \ argument 93 prefix##_set_time (efi_time_t *tm) \ 99 ret = efi_call_##prefix((efi_set_time_t *) __va(runtime->set_time), \ 105 #define STUB_GET_WAKEUP_TIME(prefix, adjust_arg) \ argument 107 prefix##_get_wakeup_time (efi_bool_t *enabled, efi_bool_t *pending, \ 114 ret = efi_call_##prefix( \ 121 #define STUB_SET_WAKEUP_TIME(prefix, adjust_arg) \ argument [all …]
|
/arch/um/drivers/ |
D | chan_user.h | 46 #define __channel_help(fn, prefix) \ argument 47 __uml_help(fn, prefix "[0-9]*=<channel description>\n" \
|
/arch/s390/mm/ |
D | maccess.c | 152 unsigned long cr0, flags, prefix; in memcpy_absolute() local 157 prefix = store_prefix(); in memcpy_absolute() 158 if (prefix) { in memcpy_absolute() 162 set_prefix(prefix); in memcpy_absolute()
|
/arch/powerpc/include/asm/ |
D | bitops.h | 65 #define DEFINE_BITOP(fn, op, prefix) \ argument 72 prefix \ 109 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument 117 prefix \
|
/arch/arm/xen/ |
D | enlighten.c | 211 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/s390/kernel/ |
D | machine_kexec.c | 45 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()
|