Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 25 of 30) sorted by relevance

12

/arch/mips/cavium-octeon/executive/
A Docteon-model.c100 suffix = "CP"; in octeon_model_get_string_buffer()
102 suffix = "SCP"; in octeon_model_get_string_buffer()
104 suffix = "EXP"; in octeon_model_get_string_buffer()
106 suffix = "NSP"; in octeon_model_get_string_buffer()
329 suffix = "AP"; in octeon_model_get_string_buffer()
331 suffix = "CP"; in octeon_model_get_string_buffer()
344 suffix = "CP"; in octeon_model_get_string_buffer()
357 suffix = "AP"; in octeon_model_get_string_buffer()
359 suffix = "CP"; in octeon_model_get_string_buffer()
370 suffix = "CP"; in octeon_model_get_string_buffer()
[all …]
/arch/powerpc/include/asm/
A Datomic.h49 #define ATOMIC_OP(op, asm_op, suffix, sign, ...) \ argument
56 #asm_op "%I2" suffix " %0,%0,%2\n" \
64 #define ATOMIC_OP_RETURN_RELAXED(op, asm_op, suffix, sign, ...) \ argument
71 #asm_op "%I2" suffix " %0,%0,%2\n" \
81 #define ATOMIC_FETCH_OP_RELAXED(op, asm_op, suffix, sign, ...) \ argument
88 #asm_op "%I3" suffix " %1,%0,%3\n" \
98 #define ATOMIC_OPS(op, asm_op, suffix, sign, ...) \ argument
99 ATOMIC_OP(op, asm_op, suffix, sign, ##__VA_ARGS__) \
113 #define ATOMIC_OPS(op, asm_op, suffix, sign) \ argument
114 ATOMIC_OP(op, asm_op, suffix, sign) \
[all …]
A Dinst.h62 #define ppc_inst_prefix(x, y) ((ppc_inst_t){ .val = (x), .suffix = (y) })
66 return x.suffix; in ppc_inst_suffix()
144 unsigned int val, suffix; in __copy_inst_from_kernel_nofault() local
148 val = suffix = 0; in __copy_inst_from_kernel_nofault()
152 __get_kernel_nofault(&suffix, src + 1, u32, Efault); in __copy_inst_from_kernel_nofault()
153 *inst = ppc_inst_prefix(val, suffix); in __copy_inst_from_kernel_nofault()
A Dkvm_ppc.h348 u32 suffix = vcpu->arch.last_inst; in kvmppc_get_last_inst() local
351 suffix = swab32(suffix); in kvmppc_get_last_inst()
353 *inst = ppc_inst_prefix(prefix, suffix); in kvmppc_get_last_inst()
/arch/parisc/boot/compressed/
A DMakefile50 suffix-$(CONFIG_KERNEL_GZIP) := gz
51 suffix-$(CONFIG_KERNEL_BZIP2) := bz2
52 suffix-$(CONFIG_KERNEL_LZ4) := lz4
53 suffix-$(CONFIG_KERNEL_LZMA) := lzma
54 suffix-$(CONFIG_KERNEL_LZO) := lzo
55 suffix-$(CONFIG_KERNEL_XZ) := xz
71 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
/arch/x86/include/asm/
A Drmwcc.h57 #define GEN_UNARY_SUFFIXED_RMWcc(op, suffix, var, cc, clobbers...) \ argument
58 __GEN_RMWcc(op " %[var]\n\t" suffix, var, cc, \
61 #define GEN_BINARY_SUFFIXED_RMWcc(op, suffix, var, cc, vcon, _val, clobbers...)\ argument
62 __GEN_RMWcc(op " %[val], %[var]\n\t" suffix, var, cc, \
/arch/s390/boot/
A DMakefile104 suffix-$(CONFIG_KERNEL_GZIP) := .gz
105 suffix-$(CONFIG_KERNEL_BZIP2) := .bz2
106 suffix-$(CONFIG_KERNEL_LZ4) := .lz4
107 suffix-$(CONFIG_KERNEL_LZMA) := .lzma
108 suffix-$(CONFIG_KERNEL_LZO) := .lzo
109 suffix-$(CONFIG_KERNEL_XZ) := .xz
110 suffix-$(CONFIG_KERNEL_ZSTD) := .zst
128 $(obj)/piggy.o: $(obj)/vmlinux.bin$(suffix-y) FORCE
/arch/x86/boot/compressed/
A DMakefile149 suffix-$(CONFIG_KERNEL_GZIP) := gz
150 suffix-$(CONFIG_KERNEL_BZIP2) := bz2
151 suffix-$(CONFIG_KERNEL_LZMA) := lzma
152 suffix-$(CONFIG_KERNEL_XZ) := xz
153 suffix-$(CONFIG_KERNEL_LZO) := lzo
154 suffix-$(CONFIG_KERNEL_LZ4) := lz4
155 suffix-$(CONFIG_KERNEL_ZSTD) := zst
161 $(obj)/piggy.S: $(obj)/vmlinux.bin.$(suffix-y) $(obj)/mkpiggy FORCE
/arch/arm/kernel/
A Dentry-ftrace.S36 .macro __mcount suffix
46 bne ftrace_graph_caller\suffix
51 bne ftrace_graph_caller\suffix
139 .macro __ftrace_caller suffix
151 .globl ftrace_call\suffix
152 ftrace_call\suffix:
156 .globl ftrace_graph_call\suffix
157 ftrace_graph_call\suffix:
/arch/loongarch/include/asm/
A Datomic.h47 #define ATOMIC_OP_RETURN(op, I, asm_op, c_op, mb, suffix) \ argument
48 static inline int arch_atomic_##op##_return##suffix(int i, atomic_t *v) \
61 #define ATOMIC_FETCH_OP(op, I, asm_op, mb, suffix) \ argument
62 static inline int arch_atomic_fetch_##op##suffix(int i, atomic_t *v) \
207 #define ATOMIC64_OP_RETURN(op, I, asm_op, c_op, mb, suffix) \ argument
208 static inline long arch_atomic64_##op##_return##suffix(long i, atomic64_t *v) \
220 #define ATOMIC64_FETCH_OP(op, I, asm_op, mb, suffix) \ argument
221 static inline long arch_atomic64_fetch_##op##suffix(long i, atomic64_t *v) \
/arch/x86/crypto/
A Daesni-intel_glue.c798 .encrypt = xts_encrypt_##suffix, \
799 .decrypt = xts_decrypt_##suffix, \
812 .encrypt = ctr_crypt_##suffix, \
813 .decrypt = ctr_crypt_##suffix, \
826 .encrypt = xctr_crypt_##suffix, \
827 .decrypt = xctr_crypt_##suffix, \
1479 .setkey = gcm_setkey_##suffix, \
1481 .encrypt = gcm_encrypt_##suffix, \
1482 .decrypt = gcm_decrypt_##suffix, \
1495 .setkey = rfc4106_setkey_##suffix, \
[all …]
/arch/s390/kernel/syscalls/
A Dsyscalltbl125 local fileguard suffix
131 *64*) suffix=64 ;;
132 *32*) suffix=32 ;;
134 fileguard=$(normalize_fileguard "__UAPI_ASM_S390_SYSCALLS_$suffix")
/arch/alpha/kernel/
A Dpci-sysfs.c157 char *suffix, struct bin_attribute *res_attr, in pci_create_one_attr() argument
162 sprintf(name, "resource%d%s", num, suffix); in pci_create_one_attr()
179 char *suffix, *attr_name; in pci_create_attr() local
181 suffix = ""; /* Assume bwx machine, normal resourceN files. */ in pci_create_attr()
189 suffix = "_dense"; in pci_create_attr()
198 suffix = "_sparse"; in pci_create_attr()
213 retval = pci_create_one_attr(pdev, num, attr_name, suffix, attr, in pci_create_attr()
/arch/mips/boot/
A DMakefile26 suffix-y := bin
27 suffix-$(CONFIG_KERNEL_BZIP2) := bz2
28 suffix-$(CONFIG_KERNEL_GZIP) := gz
29 suffix-$(CONFIG_KERNEL_LZMA) := lzma
30 suffix-$(CONFIG_KERNEL_LZO) := lzo
100 $(obj)/uImage: $(obj)/uImage.$(suffix-y)
/arch/x86/entry/vdso/
A Dvdso2c.c130 #define BITSFUNC3(name, bits, suffix) name##bits##suffix argument
131 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix) argument
/arch/sparc/vdso/
A Dvdso2c.c124 #define BITSFUNC3(name, bits, suffix) name##bits##suffix argument
125 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix) argument
/arch/s390/include/asm/
A Ddebug.h414 #define VNAME(var, suffix) __##var##_##suffix argument
/arch/powerpc/lib/
A Dsstep.c196 unsigned int suffix, in mlsd_8lsd_ea() argument
204 ra = GET_PREFIX_RA(suffix); in mlsd_8lsd_ea()
207 d1 = suffix & 0xffff; in mlsd_8lsd_ea()
1361 unsigned int word, suffix; in analyse_instr() local
1365 suffix = ppc_inst_suffix(instr); in analyse_instr()
1492 ra = GET_PREFIX_RA(suffix); in analyse_instr()
1493 rd = (suffix >> 21) & 0x1f; in analyse_instr()
1496 suffixopcode = get_op(suffix); in analyse_instr()
2981 ra = GET_PREFIX_RA(suffix); in analyse_instr()
2983 rd = (suffix >> 21) & 0x1f; in analyse_instr()
[all …]
/arch/arm64/kernel/
A Dprocess.c151 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str argument
/arch/powerpc/kvm/
A Dbook3s.c507 u32 suffix; in kvmppc_load_last_inst() local
509 r = kvmppc_ld(vcpu, &pc, sizeof(u32), &suffix, false); in kvmppc_load_last_inst()
512 *inst = ((u64)iw << 32) | suffix; in kvmppc_load_last_inst()
A Dbook3s_64_mmu_hv.c422 unsigned int suffix; in instruction_is_store() local
425 suffix = ppc_inst_val(instr); in instruction_is_store()
427 suffix = ppc_inst_suffix(instr); in instruction_is_store()
428 else if ((suffix & 0xfc000000) == 0x7c000000) in instruction_is_store()
430 return (suffix & mask) != 0; in instruction_is_store()
/arch/arm64/boot/dts/qcom/
A Dsc7280-herobrine-crd.dts199 * BIOS_FLASH_WP_L (the '_L' suffix is misleading, the
/arch/nios2/platform/
A DKconfig.platform51 Relative path to the device tree without suffix describing your
/arch/x86/kernel/apic/
A Dx2apic_uv_x.c1272 char suffix[] = " KMGTPE"; in decode_gam_rng_tbl() local
1275 while (size > 9999 && order < sizeof(suffix)) { in decode_gam_rng_tbl()
1293 flag, size, suffix[order], in decode_gam_rng_tbl()
/arch/arm/boot/dts/ti/omap/
A Dam3874-iceboard.dts44 * provided no -id/-txid/-rxid suffix is provided to "phy-mode".

Completed in 81 milliseconds

12