Home
last modified time | relevance | path

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

12

/arch/x86/entry/syscalls/
Dsyscallhdr.sh7 prefix="$4"
20 echo "#define __NR_${prefix}${name} $nr"
22 echo "#define __NR_${prefix}${name} ($offset + $nr)"
/arch/arm/tools/
Dsyscallhdr.sh7 prefix="$4"
23 echo "#define __NR_${prefix}${name} $nr"
25 echo "#define __NR_${prefix}${name} ($offset + $nr)"
/arch/s390/kvm/
Dgaccess.h33 unsigned long prefix = kvm_s390_get_prefix(vcpu); in kvm_s390_real_to_abs() local
36 gra += prefix; in kvm_s390_real_to_abs()
37 else if (gra >= prefix && gra < prefix + 2 * PAGE_SIZE) in kvm_s390_real_to_abs()
38 gra -= prefix; in kvm_s390_real_to_abs()
Ddiag.c27 unsigned long prefix = kvm_s390_get_prefix(vcpu); in diag_release_pages() local
43 if (end <= prefix || start >= prefix + 2 * PAGE_SIZE) { in diag_release_pages()
52 gmap_discard(vcpu->arch.gmap, start, prefix); in diag_release_pages()
53 if (start <= prefix) in diag_release_pages()
55 if (end > prefix + PAGE_SIZE) in diag_release_pages()
57 gmap_discard(vcpu->arch.gmap, prefix + 2 * PAGE_SIZE, end); in diag_release_pages()
Dvsie.c275 const uint32_t __new_prefix = scb_o->prefix; in shadow_scb()
327 if (scb_s->mso != new_mso || scb_s->prefix != new_prefix) in shadow_scb()
332 scb_s->prefix = new_prefix; in shadow_scb()
392 unsigned long prefix; in kvm_s390_vsie_gmap_notifier() local
413 prefix = cur->scb_s.prefix << GUEST_PREFIX_SHIFT; in kvm_s390_vsie_gmap_notifier()
415 prefix += cur->scb_s.mso; in kvm_s390_vsie_gmap_notifier()
416 if (prefix <= end && start <= prefix + 2 * PAGE_SIZE - 1) in kvm_s390_vsie_gmap_notifier()
436 u64 prefix = scb_s->prefix << GUEST_PREFIX_SHIFT; in map_prefix() local
446 prefix += scb_s->mso; in map_prefix()
448 rc = kvm_s390_shadow_fault(vcpu, vsie_page->gmap, prefix); in map_prefix()
[all …]
Dkvm-s390.h77 return vcpu->arch.sie_block->prefix << GUEST_PREFIX_SHIFT; in kvm_s390_get_prefix()
80 static inline void kvm_s390_set_prefix(struct kvm_vcpu *vcpu, u32 prefix) in kvm_s390_set_prefix() argument
83 prefix); in kvm_s390_set_prefix()
84 vcpu->arch.sie_block->prefix = prefix >> GUEST_PREFIX_SHIFT; in kvm_s390_set_prefix()
Dinterrupt.c590 struct kvm_s390_prefix_info prefix; in __deliver_set_prefix() local
593 prefix = li->irq.prefix; in __deliver_set_prefix()
594 li->irq.prefix.address = 0; in __deliver_set_prefix()
601 prefix.address, 0); in __deliver_set_prefix()
603 kvm_s390_set_prefix(vcpu, prefix.address); in __deliver_set_prefix()
1263 struct kvm_s390_prefix_info *prefix = &li->irq.prefix; in __inject_set_prefix() local
1266 irq->u.prefix.address); in __inject_set_prefix()
1268 irq->u.prefix.address, 0); in __inject_set_prefix()
1273 *prefix = irq->u.prefix; in __inject_set_prefix()
1686 irq->u.prefix.address = s390int->parm; in s390int_to_s390irq()
[all …]
/arch/ia64/kernel/
Defi.c62 #define STUB_GET_TIME(prefix, adjust_arg) \ argument
64 prefix##_get_time (efi_time_t *tm, efi_time_cap_t *tc) \
73 ret = efi_call_##prefix((efi_get_time_t *) __va(runtime->get_time), \
79 #define STUB_SET_TIME(prefix, adjust_arg) \ argument
81 prefix##_set_time (efi_time_t *tm) \
87 ret = efi_call_##prefix((efi_set_time_t *) __va(runtime->set_time), \
93 #define STUB_GET_WAKEUP_TIME(prefix, adjust_arg) \ argument
95 prefix##_get_wakeup_time (efi_bool_t *enabled, efi_bool_t *pending, \
102 ret = efi_call_##prefix( \
109 #define STUB_SET_WAKEUP_TIME(prefix, adjust_arg) \ argument
[all …]
/arch/s390/mm/
Dmaccess.c118 unsigned long cr0, flags, prefix; in memcpy_absolute() local
123 prefix = store_prefix(); in memcpy_absolute()
124 if (prefix) { in memcpy_absolute()
128 set_prefix(prefix); in memcpy_absolute()
/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.h69 #define DEFINE_BITOP(fn, op, prefix) \ argument
76 prefix \
114 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument
122 prefix \
/arch/s390/kernel/
Dmachine_kexec.c78 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()
Dbase.S96 larl %r4,.Lprefix # Save prefix register
98 larl %r4,.Lprefix_zero # Set prefix register to 0
119 larl %r4,.Lprefix # Restore prefix register
Dcrash_dump.c47 u32 prefix; member
94 memcpy(&sa->prefix, &lc->prefixreg_save_area, sizeof(sa->prefix)); in save_area_add_regs()
367 ptr = nt_init(ptr, NT_S390_PREFIX, &sa->prefix, sizeof(sa->prefix)); in fill_cpu_elf_notes()
483 if (sa->prefix != 0) in get_cpu_cnt()
537 if (sa->prefix != 0) in notes_init()
/arch/arm/xen/
Denlighten.c222 const char *prefix; member
240 if (strlen(hyper_node.prefix) + 3 < len && in fdt_find_hyper_node()
241 !strncmp(hyper_node.prefix, s, strlen(hyper_node.prefix))) in fdt_find_hyper_node()
242 hyper_node.version = s + strlen(hyper_node.prefix); in fdt_find_hyper_node()
/arch/mips/include/asm/mach-bcm47xx/
Dbcm47xx.h48 void bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix,
/arch/cris/include/arch-v10/arch/
Dbug.h21 unsigned short prefix; member
/arch/unicore32/
DMakefile15 CROSS_COMPILE := $(call cc-cross-prefix, unicore32-linux-)
/arch/cris/arch-v10/kernel/
Dtraps.c127 if (f.prefix != BUG_PREFIX || f.magic != BUG_MAGIC) in handle_BUG()
/arch/sparc/kernel/
Dprom_64.c97 const char *prefix = (type == 0) ? "m" : "i"; in sun4v_path_component() local
101 dp->name, prefix, in sun4v_path_component()
106 prefix, in sun4v_path_component()
/arch/m68k/
DMakefile21 CROSS_COMPILE := $(call cc-cross-prefix, \
/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S52 .macro LABEL prefix n
53 \prefix\n\():
/arch/powerpc/perf/
Dimc-pmu.c121 const char *unit, const char *prefix, u32 base) in imc_parse_event() argument
139 event->name = kasprintf(GFP_KERNEL, "%s%s", prefix, s); in imc_parse_event()
183 const char *prefix, *g_scale, *g_unit; in update_events_in_group() local
199 if (of_property_read_string(node, "events-prefix", &prefix)) in update_events_in_group()
220 ev = imc_parse_event(np, g_scale, g_unit, prefix, base_reg); in update_events_in_group()
/arch/s390/include/asm/
Dkvm_host.h153 __u32 prefix : 18; member
503 struct kvm_s390_prefix_info prefix; member
515 struct kvm_s390_prefix_info prefix; member
/arch/x86/crypto/sha512-mb/
Dsha512_mb_mgr_flush_avx2.S94 .macro LABEL prefix n
95 \prefix\n\():

12