/arch/riscv/include/asm/ |
D | atomic.h | 56 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 58 void atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \ 90 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument 92 c_type atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS() 93 atomic##prefix##_t *v) \ in ATOMIC_OPS() 104 c_type atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \ 115 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument 117 c_type atomic##prefix##_##op##_return_relaxed(c_type i, \ 118 atomic##prefix##_t *v) \ 120 return atomic##prefix##_fetch_##op##_relaxed(i, v) c_op I; \ [all …]
|
/arch/x86/entry/syscalls/ |
D | syscallhdr.sh | 7 prefix="$4" 20 echo "#define __NR_${prefix}${name} $nr" 22 echo "#define __NR_${prefix}${name} ($offset + $nr)"
|
/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/m68k/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/microblaze/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/powerpc/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/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 | 24 unsigned long prefix = kvm_s390_get_prefix(vcpu); in diag_release_pages() local 40 if (end <= prefix || start >= prefix + 2 * PAGE_SIZE) { in diag_release_pages() 49 gmap_discard(vcpu->arch.gmap, start, prefix); in diag_release_pages() 50 if (start <= prefix) in diag_release_pages() 52 if (end > prefix + PAGE_SIZE) in diag_release_pages() 54 gmap_discard(vcpu->arch.gmap, prefix + 2 * PAGE_SIZE, end); in diag_release_pages()
|
D | vsie.c | 444 const uint32_t __new_prefix = scb_o->prefix; in shadow_scb() 496 if (scb_s->mso != new_mso || scb_s->prefix != new_prefix) in shadow_scb() 501 scb_s->prefix = new_prefix; in shadow_scb() 569 unsigned long prefix; in kvm_s390_vsie_gmap_notifier() local 590 prefix = cur->scb_s.prefix << GUEST_PREFIX_SHIFT; in kvm_s390_vsie_gmap_notifier() 592 prefix += cur->scb_s.mso; in kvm_s390_vsie_gmap_notifier() 593 if (prefix <= end && start <= prefix + 2 * PAGE_SIZE - 1) in kvm_s390_vsie_gmap_notifier() 613 u64 prefix = scb_s->prefix << GUEST_PREFIX_SHIFT; in map_prefix() local 623 prefix += scb_s->mso; in map_prefix() 625 rc = kvm_s390_shadow_fault(vcpu, vsie_page->gmap, prefix); in map_prefix() [all …]
|
/arch/ia64/kernel/ |
D | efi.c | 65 #define STUB_GET_TIME(prefix, adjust_arg) \ argument 67 prefix##_get_time (efi_time_t *tm, efi_time_cap_t *tc) \ 76 ret = efi_call_##prefix((efi_get_time_t *) __va(runtime->get_time), \ 82 #define STUB_SET_TIME(prefix, adjust_arg) \ argument 84 prefix##_set_time (efi_time_t *tm) \ 90 ret = efi_call_##prefix((efi_set_time_t *) __va(runtime->set_time), \ 96 #define STUB_GET_WAKEUP_TIME(prefix, adjust_arg) \ argument 98 prefix##_get_wakeup_time (efi_bool_t *enabled, efi_bool_t *pending, \ 105 ret = efi_call_##prefix( \ 112 #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 | 66 #define DEFINE_BITOP(fn, op, prefix) \ argument 73 prefix \ 111 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument 119 prefix \
|
/arch/arm/xen/ |
D | enlighten.c | 210 const char *prefix; member 228 if (strlen(hyper_node.prefix) + 3 < len && in fdt_find_hyper_node() 229 !strncmp(hyper_node.prefix, s, strlen(hyper_node.prefix))) in fdt_find_hyper_node() 230 hyper_node.version = s + strlen(hyper_node.prefix); in fdt_find_hyper_node()
|
/arch/s390/kernel/ |
D | machine_kexec.c | 78 unsigned long prefix; in __do_machine_kdump() local 81 prefix = (unsigned long) S390_lowcore.prefixreg_save_area; in __do_machine_kdump() 92 (void *)(prefix + __LC_FPREGS_SAVE_AREA), 512); in __do_machine_kdump()
|
/arch/s390/boot/ |
D | text_dma.S | 120 larl %r4,.Lprefix # Save prefix register 122 larl %r4,.Lprefix_zero # Set prefix register to 0 144 larl %r4,.Lprefix # Restore prefix register
|
/arch/mips/include/asm/mach-bcm47xx/ |
D | bcm47xx.h | 35 void bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix,
|