Searched refs:compat (Results 1 - 200 of 590) sorted by relevance

123

/linux-4.1.27/drivers/pnp/isapnp/
H A DMakefile5 pnp-y := core.o compat.o
H A Dcompat.c2 * compat.c - A series of functions to make it easier to convert drivers that use
H A Dcore.c583 int number = 0, skip = 0, priority, compat = 0; isapnp_create_device() local
614 compat = 0; isapnp_create_device()
617 if (size == 4 && compat < DEVICE_COUNT_COMPATIBLE) { isapnp_create_device()
623 compat++; isapnp_create_device()
/linux-4.1.27/arch/x86/kernel/
H A Dsyscall_32.c9 #define SYM(sym, compat) compat
11 #define SYM(sym, compat) sym
16 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void SYM(sym, compat)(void) ;
20 #define __SYSCALL_I386(nr, sym, compat) [nr] = SYM(sym, compat),
H A Dsyscall_64.c9 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat)
12 # define __SYSCALL_X32(nr, sym, compat) __SYSCALL_64(nr, sym, compat)
14 # define __SYSCALL_X32(nr, sym, compat) /* nothing */
17 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ;
21 #define __SYSCALL_64(nr, sym, compat) [nr] = sym,
H A Dasm-offsets_64.c7 #define __SYSCALL_64(nr, sym, compat) [nr] = 1,
8 #define __SYSCALL_COMMON(nr, sym, compat) [nr] = 1,
10 # define __SYSCALL_X32(nr, sym, compat) [nr] = 1,
12 # define __SYSCALL_X32(nr, sym, compat) /* nothing */
17 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1,
H A Dasm-offsets_32.c10 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1,
/linux-4.1.27/include/linux/
H A Dkd.h6 #define KD_FONT_FLAG_OLD 0x80000000 /* Invoked via old interface [compat] */
H A Datm.h8 #include <linux/compat.h>
H A Daio.h18 struct iocb __user *__user *iocbpp, bool compat);
24 bool compat) { return 0; } kiocb_set_cancel_fn()
22 do_io_submit(aio_context_t ctx_id, long nr, struct iocb __user * __user *iocbpp, bool compat) do_io_submit() argument
H A Dfd.h7 #include <linux/compat.h>
H A Dof_iommu.h43 #define IOMMU_OF_DECLARE(name, compat, fn) \
44 _OF_DECLARE(iommu, name, compat, fn, of_iommu_init_fn)
H A Dof_reserved_mem.h27 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \
28 _OF_DECLARE(reservedmem, name, compat, init, reservedmem_of_init_fn)
H A Dwireless.h16 #include <linux/compat.h>
33 /* Size of the various events for compat */
H A Dsynclink.h18 #include <linux/compat.h>
H A Delfcore-compat.h6 #include <linux/compat.h>
H A Dof_fdt.h35 const char *compat);
39 const char *const *compat);
H A Dof_mdio.h34 * This way, we don't have to keep compat bits around in drivers. of_mdiobus_register()
H A Dusbdevice_fs.h34 #include <linux/compat.h>
H A Dof.h246 const char *type, const char *compat);
340 extern int of_machine_is_compatible(const char *compat);
492 const char *compat) of_find_compatible_node()
615 static inline int of_machine_is_compatible(const char *compat) of_machine_is_compatible() argument
927 #define _OF_DECLARE(table, name, compat, fn, fn_type) \
930 = { .compatible = compat, \
933 #define _OF_DECLARE(table, name, compat, fn, fn_type) \
936 = { .compatible = compat, \
943 #define OF_DECLARE_1(table, name, compat, fn) \
944 _OF_DECLARE(table, name, compat, fn, of_init_fn_1)
945 #define OF_DECLARE_2(table, name, compat, fn) \
946 _OF_DECLARE(table, name, compat, fn, of_init_fn_2)
489 of_find_compatible_node( struct device_node *from, const char *type, const char *compat) of_find_compatible_node() argument
H A Dblktrace_api.h6 #include <linux/compat.h>
H A Disapnp.h92 /* compat */ isapnp_proc_done()
H A Dclocksource.h247 #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \
248 OF_DECLARE_1(clksrc, name, compat, fn)
/linux-4.1.27/drivers/macintosh/
H A Dmacio_sysfs.c19 const char *compat; compatible_show() local
24 compat = of_get_property(of->dev.of_node, "compatible", &cplen); compatible_show()
25 if (!compat) { compatible_show()
31 length += sprintf (buf, "%s\n", compat); compatible_show()
33 l = strlen (compat) + 1; compatible_show()
34 compat += l; compatible_show()
/linux-4.1.27/arch/sparc/include/asm/
H A Dpci.h9 #include <asm-generic/pci-dma-compat.h>
H A Dcompat_signal.h4 #include <linux/compat.h>
H A Dfloppy_64.h534 const char *compat; ebus_fdthree_p() local
536 compat = of_get_property(dp, "compatible", NULL); ebus_fdthree_p()
537 if (compat && !strcmp(compat, "fdthree")) ebus_fdthree_p()
/linux-4.1.27/arch/avr32/include/asm/
H A Dpci.h8 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/arch/mips/include/asm/
H A Dseccomp.h8 * The generic seccomp code currently allows only a single compat ABI. Until
9 * this is fixed we priorize O32 as the compat ABI over N32.
H A Dcompat-signal.h5 #include <linux/compat.h>
H A Dsocket.h17 * Please notice that for binary compat reasons MIPS has to
H A Daddrspace.h142 * The R8000 doesn't have the 32-bit compat spaces so we don't define them
147 #define PHYS_TO_COMPATK1(x) ((x) | COMPAT_K1BASE32) /* 32-bit compat k1 */
H A Dpci.h139 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/arch/x86/include/asm/
H A Dia32_unistd.h5 * This file contains the system call numbers of the ia32 compat ABI,
H A Dsys_ia32.h19 #include <asm/compat.h>
H A Dftrace.h48 #include <asm/compat.h>
H A Dia32.h7 #include <linux/compat.h>
H A Dpci.h121 #include <asm-generic/pci-dma-compat.h> early_quirks()
H A Dmtrr.h100 #include <linux/compat.h>
/linux-4.1.27/arch/blackfin/include/asm/
H A Dpci.h7 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/security/keys/
H A DMakefile18 obj-$(CONFIG_KEYS_COMPAT) += compat.o
H A Dcompat.c14 #include <linux/compat.h>
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A DMakefile6 # DSS compat layer files
8 dispc-compat.o display-sysfs.o
H A Domapdss-boot-init.c55 static void __init omapdss_update_prop(struct device_node *node, char *compat, omapdss_update_prop() argument
65 prop->value = compat; omapdss_update_prop()
/linux-4.1.27/arch/x86/um/
H A Dsys_call_table_64.c37 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat)
38 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */
40 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ;
44 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym,
H A Dsys_call_table_32.c27 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ;
31 #define __SYSCALL_I386(nr, sym, compat) [ nr ] = sym,
H A Duser-offsets.c12 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1,
17 #define __SYSCALL_64(nr, sym, compat) [nr] = 1,
18 #define __SYSCALL_COMMON(nr, sym, compat) [nr] = 1,
19 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */
/linux-4.1.27/drivers/irqchip/
H A Dirqchip.h26 #define IRQCHIP_DECLARE(name, compat, fn) OF_DECLARE_2(irqchip, name, compat, fn)
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dauxvec.h15 #else /* else it's non-compat x86-64 */
/linux-4.1.27/arch/parisc/include/asm/
H A Dcompat_ucontext.h4 #include <linux/compat.h>
H A Dsyscall.h7 #include <linux/compat.h>
/linux-4.1.27/arch/m68k/include/asm/
H A Dpci.h4 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/arch/sparc/kernel/
H A Dvio.c25 const char *type, *compat; vio_match_device() local
29 compat = dev->compat; vio_match_device()
32 while (matches->type[0] || matches->compat[0]) { vio_match_device()
37 if (matches->compat[0]) { vio_match_device()
39 of_find_in_proplist(compat, matches->compat, len); vio_match_device()
206 const char *type, *compat, *bus_id_name; vio_create_one() local
255 compat = mdesc_get_property(hp, mp, "device-type", &clen);
256 if (!compat) {
272 if (compat)
273 memcpy(vdev->compat, compat, clen);
275 memset(vdev->compat, 0, sizeof(vdev->compat));
404 const char *compat; vio_init() local
434 compat = mdesc_get_property(hp, root, "compatible", &len); vio_init()
435 if (!compat) { vio_init()
440 if (!of_find_in_proplist(compat, channel_devices_compat, len)) { vio_init()
442 "compat entry.\n", channel_devices_compat); vio_init()
H A Dsystbls.h6 #include <linux/compat.h>
/linux-4.1.27/drivers/of/
H A Ddevice.c168 const char *compat; of_device_get_modalias() local
180 compat = of_get_property(dev->of_node, "compatible", &cplen); of_device_get_modalias()
181 if (!compat) of_device_get_modalias()
185 for (i = (cplen - 1); i >= 0 && !compat[i]; i--) of_device_get_modalias()
198 if (tsize >= len) { /* limit compat list */ of_device_get_modalias()
204 memcpy(&str[csize + 1], compat, cplen); of_device_get_modalias()
221 const char *compat; of_device_uevent() local
236 compat = of_get_property(dev->of_node, "compatible", &cplen); of_device_uevent()
237 while (compat && *compat && cplen > 0) { of_device_uevent()
238 add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); of_device_uevent()
239 sl = strlen(compat) + 1; of_device_uevent()
240 compat += sl; of_device_uevent()
H A Dfdt.c81 * compat in its compatible list
84 * @compat: compatible string to compare with compatible list.
90 unsigned long node, const char *compat) of_fdt_is_compatible()
101 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) of_fdt_is_compatible()
134 const char *const *compat) of_fdt_match()
138 if (!compat) of_fdt_match()
141 while (*compat) { of_fdt_match()
142 tmp = of_fdt_is_compatible(blob, node, *compat); of_fdt_match()
145 compat++; of_fdt_match()
659 * of_flat_dt_is_compatible - Return true if given node has compat in compatible list
661 * @compat: compatible string to compare with compatible list.
663 int __init of_flat_dt_is_compatible(unsigned long node, const char *compat) of_flat_dt_is_compatible() argument
665 return of_fdt_is_compatible(initial_boot_params, node, compat); of_flat_dt_is_compatible()
671 int __init of_flat_dt_match(unsigned long node, const char *const *compat) of_flat_dt_match() argument
673 return of_fdt_match(initial_boot_params, node, compat); of_flat_dt_match()
710 const char *const *compat; of_flat_dt_match_machine() local
715 while ((data = get_next_compat(&compat))) { of_flat_dt_match_machine()
716 score = of_flat_dt_match(dt_root, compat); of_flat_dt_match_machine()
89 of_fdt_is_compatible(const void *blob, unsigned long node, const char *compat) of_fdt_is_compatible() argument
133 of_fdt_match(const void *blob, unsigned long node, const char *const *compat) of_fdt_match() argument
H A Dof_reserved_mem.c188 const char *compat = i->compatible; __reserved_mem_init_node() local
190 if (!of_flat_dt_is_compatible(rmem->fdt_node, compat)) __reserved_mem_init_node()
195 rmem->name, compat); __reserved_mem_init_node()
/linux-4.1.27/drivers/staging/android/
H A Dashmem.h17 #include <linux/compat.h>
/linux-4.1.27/drivers/input/
H A DMakefile8 input-core-y := input.o input-compat.o input-mt.o ff-core.o
H A Dinput-compat.h15 #include <linux/compat.h>
H A Dinput-compat.c13 #include "input-compat.h"
H A Devdev.c29 #include "input-compat.h"
607 unsigned int maxlen, void __user *p, int compat) bits_to_user()
611 if (compat) { bits_to_user()
635 unsigned int maxlen, void __user *p, int compat) bits_to_user()
637 int len = compat ? bits_to_user()
651 unsigned int maxlen, void __user *p, int compat) bits_to_user()
789 int compat) evdev_handle_get_val()
811 ret = bits_to_user(mem, maxbit, maxlen, p, compat); evdev_handle_get_val()
606 bits_to_user(unsigned long *bits, unsigned int maxbit, unsigned int maxlen, void __user *p, int compat) bits_to_user() argument
634 bits_to_user(unsigned long *bits, unsigned int maxbit, unsigned int maxlen, void __user *p, int compat) bits_to_user() argument
650 bits_to_user(unsigned long *bits, unsigned int maxbit, unsigned int maxlen, void __user *p, int compat) bits_to_user() argument
785 evdev_handle_get_val(struct evdev_client *client, struct input_dev *dev, unsigned int type, unsigned long *bits, unsigned int maxbit, unsigned int maxlen, void __user *p, int compat) evdev_handle_get_val() argument
/linux-4.1.27/net/wireless/
H A DMakefile15 cfg80211-$(CONFIG_CFG80211_WEXT) += wext-compat.o wext-sme.o
/linux-4.1.27/drivers/firmware/efi/
H A Defivars.c72 #include <linux/compat.h>
267 struct compat_efi_variable *compat; efivar_store_raw() local
269 if (count != sizeof(*compat)) efivar_store_raw()
272 compat = (struct compat_efi_variable *)buf; efivar_store_raw()
273 attributes = compat->Attributes; efivar_store_raw()
274 vendor = compat->VendorGuid; efivar_store_raw()
275 name = compat->VariableName; efivar_store_raw()
276 size = compat->DataSize; efivar_store_raw()
277 data = compat->Data; efivar_store_raw()
283 copy_out_compat(&entry->var, compat); efivar_store_raw()
316 struct compat_efi_variable *compat; efivar_show_raw() local
328 compat = (struct compat_efi_variable *)buf; efivar_show_raw()
330 size = sizeof(*compat); efivar_show_raw()
331 memcpy(compat->VariableName, var->VariableName, efivar_show_raw()
333 memcpy(compat->Data, var->Data, sizeof(compat->Data)); efivar_show_raw()
335 compat->VendorGuid = var->VendorGuid; efivar_show_raw()
336 compat->DataSize = var->DataSize; efivar_show_raw()
337 compat->Attributes = var->Attributes; efivar_show_raw()
418 struct compat_efi_variable *compat = (struct compat_efi_variable *)buf; efivar_create() local
432 if (count != sizeof(*compat)) efivar_create()
435 attributes = compat->Attributes; efivar_create()
436 name = compat->VariableName; efivar_create()
437 size = compat->DataSize; efivar_create()
438 data = compat->Data; efivar_create()
461 copy_out_compat(&new_entry->var, compat); efivar_create()
489 struct compat_efi_variable *compat; efivar_delete() local
499 if (count != sizeof(*compat)) efivar_delete()
502 compat = (struct compat_efi_variable *)buf; efivar_delete()
503 name = compat->VariableName; efivar_delete()
504 vendor = compat->VendorGuid; efivar_delete()
/linux-4.1.27/net/xfrm/
H A Dxfrm_algo.c179 .compat = "md5",
199 .compat = "sha1",
219 .compat = "sha256",
277 .compat = "rmd160",
332 .compat = "cipher_null",
352 .compat = "des",
372 .compat = "des3_ede",
392 .compat = "cast5",
412 .compat = "blowfish",
432 .compat = "aes",
452 .compat = "serpent",
472 .compat = "camellia",
492 .compat = "twofish",
676 (entry->compat && !strcmp(name, entry->compat))); xfrm_alg_name_match()
/linux-4.1.27/fs/
H A Dcompat_binfmt_elf.c17 * functions used in binfmt_elf.c to compat versions.
20 #include <linux/elfcore-compat.h>
48 * The machine-dependent core note format types are defined in elfcore-compat.h,
56 * should be an inline in <linux/compat.h>.
73 * The other following macros can be defined if the compat versions
H A DMakefile33 obj-$(CONFIG_COMPAT) += compat.o compat_ioctl.o
H A Dexec.c58 #include <linux/compat.h>
394 const compat_uptr_t __user *compat; member in union:user_arg_ptr::__anon10857
405 compat_uptr_t compat; get_user_arg_ptr() local
407 if (get_user(compat, argv.ptr.compat + nr)) get_user_arg_ptr()
410 return compat_ptr(compat); get_user_arg_ptr()
1649 .ptr.compat = __argv, compat_do_execve()
1653 .ptr.compat = __envp, compat_do_execve()
1665 .ptr.compat = __argv, compat_do_execveat()
1669 .ptr.compat = __envp, compat_do_execveat()
H A Daio.c38 #include <linux/compat.h>
1377 bool compat, aio_setup_vectored_rw()
1381 if (compat) aio_setup_vectored_rw()
1395 char __user *buf, size_t len, bool compat) aio_run_iocb()
1428 &iovec, compat, &iter); aio_run_iocb()
1488 struct iocb *iocb, bool compat) io_submit_one()
1551 compat); io_submit_one()
1564 struct iocb __user *__user *iocbpp, bool compat) do_io_submit()
1606 ret = io_submit_one(ctx, user_iocb, &tmp, compat); do_io_submit()
1375 aio_setup_vectored_rw(int rw, char __user *buf, size_t len, struct iovec **iovec, bool compat, struct iov_iter *iter) aio_setup_vectored_rw() argument
1394 aio_run_iocb(struct kiocb *req, unsigned opcode, char __user *buf, size_t len, bool compat) aio_run_iocb() argument
1487 io_submit_one(struct kioctx *ctx, struct iocb __user *user_iocb, struct iocb *iocb, bool compat) io_submit_one() argument
1563 do_io_submit(aio_context_t ctx_id, long nr, struct iocb __user *__user *iocbpp, bool compat) do_io_submit() argument
/linux-4.1.27/net/mac80211/
H A Dchan.c83 const struct cfg80211_chan_def *compat) ieee80211_chanctx_reserved_chandef()
91 if (!compat) ieee80211_chanctx_reserved_chandef()
92 compat = &sdata->reserved_chandef; ieee80211_chanctx_reserved_chandef()
94 compat = cfg80211_chandef_compatible(&sdata->reserved_chandef, ieee80211_chanctx_reserved_chandef()
95 compat); ieee80211_chanctx_reserved_chandef()
96 if (!compat) ieee80211_chanctx_reserved_chandef()
100 return compat; ieee80211_chanctx_reserved_chandef()
106 const struct cfg80211_chan_def *compat) ieee80211_chanctx_non_reserved_chandef()
117 if (!compat) ieee80211_chanctx_non_reserved_chandef()
118 compat = &sdata->vif.bss_conf.chandef; ieee80211_chanctx_non_reserved_chandef()
120 compat = cfg80211_chandef_compatible( ieee80211_chanctx_non_reserved_chandef()
121 &sdata->vif.bss_conf.chandef, compat); ieee80211_chanctx_non_reserved_chandef()
122 if (!compat) ieee80211_chanctx_non_reserved_chandef()
126 return compat; ieee80211_chanctx_non_reserved_chandef()
132 const struct cfg80211_chan_def *compat) ieee80211_chanctx_combined_chandef()
136 compat = ieee80211_chanctx_reserved_chandef(local, ctx, compat); ieee80211_chanctx_combined_chandef()
137 if (!compat) ieee80211_chanctx_combined_chandef()
140 compat = ieee80211_chanctx_non_reserved_chandef(local, ctx, compat); ieee80211_chanctx_combined_chandef()
141 if (!compat) ieee80211_chanctx_combined_chandef()
144 return compat; ieee80211_chanctx_combined_chandef()
366 const struct cfg80211_chan_def *compat; ieee80211_find_chanctx() local
374 compat = cfg80211_chandef_compatible(&ctx->conf.def, chandef); ieee80211_find_chanctx()
375 if (!compat) ieee80211_find_chanctx()
378 compat = ieee80211_chanctx_reserved_chandef(local, ctx, ieee80211_find_chanctx()
379 compat); ieee80211_find_chanctx()
380 if (!compat) ieee80211_find_chanctx()
383 ieee80211_change_chanctx(local, ctx, compat); ieee80211_find_chanctx()
562 const struct cfg80211_chan_def *compat = NULL; ieee80211_recalc_chanctx_chantype() local
576 if (!compat) ieee80211_recalc_chanctx_chantype()
577 compat = &sdata->vif.bss_conf.chandef; ieee80211_recalc_chanctx_chantype()
579 compat = cfg80211_chandef_compatible( ieee80211_recalc_chanctx_chantype()
580 &sdata->vif.bss_conf.chandef, compat); ieee80211_recalc_chanctx_chantype()
581 if (WARN_ON_ONCE(!compat)) ieee80211_recalc_chanctx_chantype()
586 if (!compat) ieee80211_recalc_chanctx_chantype()
589 ieee80211_change_chanctx(local, ctx, compat); ieee80211_recalc_chanctx_chantype()
1649 const struct cfg80211_chan_def *compat; ieee80211_vif_change_bandwidth() local
1677 compat = cfg80211_chandef_compatible(&conf->def, chandef); ieee80211_vif_change_bandwidth()
1678 if (!compat) { ieee80211_vif_change_bandwidth()
1685 if (!ieee80211_chanctx_reserved_chandef(local, ctx, compat)) { ieee80211_vif_change_bandwidth()
81 ieee80211_chanctx_reserved_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_reserved_chandef() argument
104 ieee80211_chanctx_non_reserved_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_non_reserved_chandef() argument
130 ieee80211_chanctx_combined_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_combined_chandef() argument
/linux-4.1.27/arch/tile/include/asm/
H A Dunistd.h14 /* In compat mode, we use sys_llseek() for compat_sys_llseek(). */
H A Dsyscalls.h25 #include <linux/compat.h>
52 /* These four are not defined for 64-bit, but serve as "compat" syscalls. */
/linux-4.1.27/arch/tile/kernel/
H A DMakefile18 obj-$(CONFIG_COMPAT) += compat.o compat_signal.o
H A Dcompat.c18 #include <linux/compat.h>
88 /* Provide the compat syscall number to call mapping. */
H A Dsys.c29 #include <linux/compat.h>
76 /* Note: used by the compat code even in 64-bit Linux. */ SYSCALL_DEFINE6()
H A Dptrace.c20 #include <linux/compat.h>
246 /* Not used; we handle compat issues in arch_ptrace() directly. */ compat_arch_ptrace()
H A Dvdso.c16 #include <linux/compat.h>
/linux-4.1.27/arch/unicore32/include/asm/
H A Dpci.h16 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/arch/parisc/kernel/
H A Dsys_parisc32.c13 #include <linux/compat.h>
H A Dbinfmt_elf32.c41 #include <linux/compat.h> /* struct compat_timeval */
H A Dsignal32.h22 #include <linux/compat.h>
/linux-4.1.27/arch/arm64/include/asm/
H A Dpci.h11 #include <asm-generic/pci-dma-compat.h>
H A Dftrace.h20 #include <linux/compat.h>
44 * tracing compat syscalls may result in reporting bogus syscalls or even
H A Dstat.h23 #include <asm/compat.h>
26 * struct stat64 is needed for compat tasks only. Its definition is different
H A Dshmparam.h20 * For IPC syscalls from compat tasks, we need to use the legacy 16k
H A Dsignal32.h21 #include <linux/compat.h>
H A Dsyscall.h20 #include <linux/compat.h>
/linux-4.1.27/arch/arc/include/uapi/asm/
H A Delf.h16 #define EF_ARC_OSABI_ORIG 0x00000000 /* MUST be zero for back-compat */
/linux-4.1.27/net/atm/
H A Dresources.h16 int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat);
H A Dioctl.c23 #include <net/compat.h>
51 unsigned long arg, int compat) do_vcc_ioctl()
85 if (compat) do_vcc_ioctl()
93 if (compat) do_vcc_ioctl()
124 if (compat) { do_vcc_ioctl()
180 error = atm_dev_ioctl(cmd, argp, compat); do_vcc_ioctl()
195 * routines and the compat argument to the actual handlers. Both
50 do_vcc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg, int compat) do_vcc_ioctl() argument
H A Dresources.c195 int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat) atm_dev_ioctl() argument
206 compat = 0; /* Just so the compiler _knows_ */ atm_dev_ioctl()
211 if (compat) { atm_dev_ioctl()
255 if (compat) { atm_dev_ioctl()
419 if (compat) { atm_dev_ioctl()
/linux-4.1.27/drivers/hid/
H A Duhid.c14 #include <linux/compat.h>
395 * This is our messed up request with compat pointer. uhid_event_from_user()
399 struct uhid_create_req_compat *compat; uhid_event_from_user() local
401 compat = kzalloc(sizeof(*compat), GFP_KERNEL); uhid_event_from_user()
402 if (!compat) uhid_event_from_user()
407 if (copy_from_user(compat, buffer, uhid_event_from_user()
408 min(len, sizeof(*compat)))) { uhid_event_from_user()
409 kfree(compat); uhid_event_from_user()
416 memcpy(event->u.create.name, compat->name, uhid_event_from_user()
417 sizeof(compat->name)); uhid_event_from_user()
418 memcpy(event->u.create.phys, compat->phys, uhid_event_from_user()
419 sizeof(compat->phys)); uhid_event_from_user()
420 memcpy(event->u.create.uniq, compat->uniq, uhid_event_from_user()
421 sizeof(compat->uniq)); uhid_event_from_user()
423 event->u.create.rd_data = compat_ptr(compat->rd_data); uhid_event_from_user()
424 event->u.create.rd_size = compat->rd_size; uhid_event_from_user()
426 event->u.create.bus = compat->bus; uhid_event_from_user()
427 event->u.create.vendor = compat->vendor; uhid_event_from_user()
428 event->u.create.product = compat->product; uhid_event_from_user()
429 event->u.create.version = compat->version; uhid_event_from_user()
430 event->u.create.country = compat->country; uhid_event_from_user()
432 kfree(compat); uhid_event_from_user()
/linux-4.1.27/arch/s390/kernel/
H A DMakefile45 compat-obj-$(CONFIG_AUDIT) += compat_audit.o
47 obj-$(CONFIG_COMPAT) += compat_wrapper.o $(compat-obj-y)
H A Dcompat_wrapper.c8 #include <linux/compat.h>
44 * compat tasks. These wrappers will only be used for system calls where only
49 * a size of less than eight bytes, these compat wrappers only touch those
H A Dcompat_linux.h4 #include <linux/compat.h>
/linux-4.1.27/sound/aoa/soundbus/
H A Dcore.c63 const char *compat; soundbus_uevent() local
89 compat = of_get_property(of->dev.of_node, "compatible", &cplen); soundbus_uevent()
90 while (compat && cplen > 0) { soundbus_uevent()
92 retval = add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); soundbus_uevent()
95 compat += env->buflen - tmp; soundbus_uevent()
/linux-4.1.27/arch/x86/xen/
H A Dxen-asm_64.S52 * return to 32-bit compat userspace.
136 /* 32-bit compat syscall target */
142 /* 32-bit compat sysenter target */
/linux-4.1.27/drivers/media/v4l2-core/
H A DMakefile11 videodev-objs += v4l2-compat-ioctl32.o
/linux-4.1.27/include/uapi/linux/
H A Dsignalfd.h45 * a compat on read(2).
H A Dlibc-compat.h19 * (a) Include libc-compat.h in the UAPI header.
20 * e.g. #include <linux/libc-compat.h>
23 * (b) In libc-compat.h add enough code to detect that the comflicting
H A Dtypes.h44 * common 32/64-bit compat problems.
H A Dxattr.h11 #include <linux/libc-compat.h>
H A Dipv6.h4 #include <linux/libc-compat.h>
H A Din6.h25 #include <linux/libc-compat.h>
/linux-4.1.27/kernel/
H A Dcompat.c2 * linux/kernel/compat.c
15 #include <linux/compat.h>
267 * the necessary compat conversion. So the update cannot COMPAT_SYSCALL_DEFINE2()
355 /* Convert our struct tms to the compat version. */ COMPAT_SYSCALL_DEFINE1()
393 * sys_sigprocmask SIG_SETMASK sets the first (compat) word of the
974 sigset_from_compat(sigset_t *set, const compat_sigset_t *compat) sigset_from_compat() argument
977 case 4: set->sig[3] = compat->sig[6] | (((long)compat->sig[7]) << 32 ); sigset_from_compat()
978 case 3: set->sig[2] = compat->sig[4] | (((long)compat->sig[5]) << 32 ); sigset_from_compat()
979 case 2: set->sig[1] = compat->sig[2] | (((long)compat->sig[3]) << 32 ); sigset_from_compat()
980 case 1: set->sig[0] = compat->sig[0] | (((long)compat->sig[1]) << 32 ); sigset_from_compat()
986 sigset_to_compat(compat_sigset_t *compat, const sigset_t *set) sigset_to_compat() argument
989 case 4: compat->sig[7] = (set->sig[3] >> 32); compat->sig[6] = set->sig[3]; sigset_to_compat()
990 case 3: compat->sig[5] = (set->sig[2] >> 32); compat->sig[4] = set->sig[2]; sigset_to_compat()
991 case 2: compat->sig[3] = (set->sig[1] >> 32); compat->sig[2] = set->sig[1]; sigset_to_compat()
992 case 1: compat->sig[1] = (set->sig[0] >> 32); compat->sig[0] = set->sig[0]; sigset_to_compat()
1159 * in order to marshall parameters inside a compat thunk.
1165 /* If len would occupy more than half of the entire compat space... */ compat_alloc_user_space()
/linux-4.1.27/arch/arm64/include/uapi/asm/
H A Dfcntl.h20 * Using our own definitions for AArch32 (compat) support.
/linux-4.1.27/arch/arm64/kernel/
H A Dperf_regs.c6 #include <asm/compat.h>
H A Dsys_compat.c21 #include <linux/compat.h>
/linux-4.1.27/arch/arm/include/asm/
H A Dpci.h5 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/drivers/s390/char/
H A Dsclp_ctl.c9 #include <linux/compat.h>
16 #include <asm/compat.h>
H A Dvmcp.c16 #include <linux/compat.h>
21 #include <asm/compat.h>
/linux-4.1.27/arch/sh/mm/
H A Dtlb-pteaex.c44 * the protection bits (with the exception of the compat-mode SZ __update_tlb()
66 * address arrays. In compat mode the second array is inaccessible, while
H A Dtlb-sh4.c40 * the protection bits (with the exception of the compat-mode SZ __update_tlb()
/linux-4.1.27/arch/s390/hypfs/
H A Dhypfs_sprp.c9 #include <linux/compat.h>
15 #include <asm/compat.h>
/linux-4.1.27/arch/arm/mach-imx/
H A Dcpu-imx5.c29 static u32 imx5_read_srev_reg(const char *compat) imx5_read_srev_reg() argument
35 np = of_find_compatible_node(NULL, NULL, compat); imx5_read_srev_reg()
H A Dcpu.c65 const char *compat) imx_aips_allow_unprivileged_access()
70 for_each_compatible_node(np, NULL, compat) { for_each_compatible_node()
64 imx_aips_allow_unprivileged_access( const char *compat) imx_aips_allow_unprivileged_access() argument
H A Dcommon.h62 void imx_aips_allow_unprivileged_access(const char *compat);
/linux-4.1.27/net/netfilter/
H A Dxt_set.c55 ADT_OPT(opt, par->family, info->match_set.u.compat.dim, set_match_v0()
56 info->match_set.u.compat.flags, 0, UINT_MAX); set_match_v0()
59 info->match_set.u.compat.flags & IPSET_INV_MATCH); set_match_v0()
68 info->u.compat.dim = IPSET_DIM_ZERO; compat_flags()
70 info->u.compat.flags |= IPSET_INV_MATCH; compat_flags()
72 info->u.compat.dim++; compat_flags()
74 info->u.compat.flags |= (1<<info->u.compat.dim); compat_flags()
255 ADT_OPT(add_opt, par->family, info->add_set.u.compat.dim, set_target_v0()
256 info->add_set.u.compat.flags, 0, UINT_MAX); set_target_v0()
257 ADT_OPT(del_opt, par->family, info->del_set.u.compat.dim, set_target_v0()
258 info->del_set.u.compat.flags, 0, UINT_MAX); set_target_v0()
/linux-4.1.27/drivers/regulator/
H A Disl9305.c180 { .compatible = "isl,isl9305" }, /* for backward compat., don't use */
182 { .compatible = "isl,isl9305h" }, /* for backward compat., don't use */
/linux-4.1.27/arch/mips/kernel/
H A Dbinfmt_elfn32.c7 * Heavily inspired by the 32-bit Sparc compat code which is
56 #include <linux/compat.h>
H A Dbinfmt_elfo32.c7 * Heavily inspired by the 32-bit Sparc compat code which is
77 #include <linux/compat.h>
H A Dlinux32.c32 #include <linux/compat.h>
40 #include <asm/compat-signal.h>
H A Dsignal_n32.c28 #include <linux/compat.h>
34 #include <asm/compat-signal.h>
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dprism2fw.c100 hfa384x_caplevel_t compat; member in union:s3inforec::__anon10331
1150 s3info[i].info.compat.role, validate_identity()
1151 s3info[i].info.compat.id, validate_identity()
1152 s3info[i].info.compat.variant, validate_identity()
1153 s3info[i].info.compat.bottom, validate_identity()
1154 s3info[i].info.compat.top); validate_identity()
1156 /* MAC compat range */ validate_identity()
1157 if ((s3info[i].info.compat.role == 1) && validate_identity()
1158 (s3info[i].info.compat.id == 2)) { validate_identity()
1159 if (s3info[i].info.compat.variant != validate_identity()
1165 /* PRI compat range */ validate_identity()
1166 if ((s3info[i].info.compat.role == 1) && validate_identity()
1167 (s3info[i].info.compat.id == 3)) { validate_identity()
1168 if ((s3info[i].info.compat.bottom > priid.top) validate_identity()
1169 || (s3info[i].info.compat.top < validate_identity()
1174 /* SEC compat range */ validate_identity()
1175 if ((s3info[i].info.compat.role == 1) && validate_identity()
1176 (s3info[i].info.compat.id == 4)) { validate_identity()
/linux-4.1.27/arch/xtensa/include/asm/
H A Dpci.h59 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/arch/sparc/lib/
H A Dcopy_in_user.S27 * small copies in the compat layer. It is also used
/linux-4.1.27/include/net/
H A Dcompat.h9 #include <linux/compat.h>
H A Dact_api.h79 __u32 type; /* for backward compat(TCA_OLD_COMPAT) */
/linux-4.1.27/include/linux/netfilter_arp/
H A Darp_tables.h61 #include <net/compat.h>
/linux-4.1.27/include/linux/netfilter_ipv4/
H A Dip_tables.h72 #include <net/compat.h>
/linux-4.1.27/include/linux/netfilter_ipv6/
H A Dip6_tables.h50 #include <net/compat.h>
/linux-4.1.27/include/uapi/linux/netfilter/
H A Dxt_set.h24 } compat; member in union:xt_set_info_v0::__anon13492
/linux-4.1.27/arch/powerpc/boot/
H A Dops.h51 const char *compat);
97 int dt_is_compatible(void *node, const char *compat);
185 const char *compat) find_node_by_compatible()
188 return dt_ops.find_node_by_compatible(prev, compat); find_node_by_compatible()
184 find_node_by_compatible(const void *prev, const char *compat) find_node_by_compatible() argument
H A Ddevtree.c335 int dt_is_compatible(void *node, const char *compat) dt_is_compatible() argument
345 if (!strcmp(buf + pos, compat)) dt_is_compatible()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dfutex.h10 #include <asm/asm-compat.h>
H A Dbug.h5 #include <asm/asm-compat.h>
H A Dfirmware.h17 #include <asm/asm-compat.h>
H A Dcmpxchg.h7 #include <asm/asm-compat.h>
H A Dcompat.h217 * ipc64_perm is actually 32/64bit clean but since the compat layer refers to
H A Ddcr-regs.h43 #define SDR0_MFR_PCM 0x10000000 /* PPC440GP irq compat mode */
H A Dpci.h23 #include <asm-generic/pci-dma-compat.h>
H A Dword-at-a-time.h9 #include <asm/asm-compat.h>
/linux-4.1.27/arch/powerpc/kernel/
H A Depapr_hcalls.S17 #include <asm/asm-compat.h>
H A Dppc32.h4 #include <linux/compat.h>
H A Dsys_ppc32.c39 #include <linux/compat.h>
/linux-4.1.27/arch/cris/include/asm/
H A Dpci.h52 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/arch/frv/include/asm/
H A Dpci.h18 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/arch/arm/kernel/
H A DMakefile55 obj-$(CONFIG_OABI_COMPAT) += sys_oabi-compat.o
H A Dentry-common.S266 #define ABI(native, compat) native
378 #define ABI(native, compat) compat
/linux-4.1.27/drivers/gpu/drm/qxl/
H A Dqxl_dev.h162 /* qxl-1 compat: append only */
228 /* qxl-1 compat: append only */
262 /* qxl-1 compat: fixed */
274 /* qxl-1 compat: fixed */
280 /* qxl-1 compat: append only */
290 /* qxl-1 compat: fixed */
348 /* qxl-1 compat: append only */
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_shader.c518 * vmw_compat_shader_id_ok - Check whether a compat shader user key and
532 * vmw_compat_shader_key - Compute a hash key suitable for a compat shader.
546 * vmw_compat_shader_remove - Stage a compat shader for removal.
548 * @man: Pointer to the compat shader manager identifying the shader namespace.
568 * vmw_compat_shader_add - Create a compat shader and stage it for addition
571 * @man: Pointer to the compat shader manager identifying the shader namespace.
642 * vmw_compat_shader_lookup - Look up a compat shader
/linux-4.1.27/drivers/ide/
H A Dtrm290.c281 u16 new, old, compat = hwif->channel ? 0x374 : 0x3f4; init_hwif_trm290() local
289 if (old != compat && old_mask == 0xff) { init_hwif_trm290()
291 compat += (next_offset += 0x400); init_hwif_trm290()
292 hwif->io_ports.ctl_addr = compat + 2; init_hwif_trm290()
293 outw(compat | 1, hwif->config_data); init_hwif_trm290()
/linux-4.1.27/arch/metag/kernel/
H A Dsetup.c192 const char **compat; dump_machine_table() local
197 for (compat = p->dt_compat; compat && *compat; ++compat) for_each_machine_desc()
198 printk(" '%s'", *compat); for_each_machine_desc()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dcurproc.h56 /* check if task is running in compat mode.*/
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-curproc.c46 #include <linux/compat.h>
/linux-4.1.27/drivers/crypto/caam/
H A Dkey_gen.c7 #include "compat.h"
/linux-4.1.27/arch/x86/oprofile/
H A Dbacktrace.c14 #include <linux/compat.h>
/linux-4.1.27/arch/tile/include/uapi/asm/
H A Dptrace.h96 #define PT_FLAGS_COMPAT 0x10000 /* process is an -m32 compat process */
/linux-4.1.27/arch/tile/mm/
H A Dmmap.c22 #include <linux/compat.h>
H A Delf.c18 #include <linux/compat.h>
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_ioc32.c34 #include <linux/compat.h>
/linux-4.1.27/fs/quota/
H A Dcompat.c3 #include <linux/compat.h>
/linux-4.1.27/arch/sh/include/cpu-sh5/cpu/
H A Dcache.h21 /* Unimplemented compat bits.. */
/linux-4.1.27/arch/mn10300/include/asm/
H A Dpci.h84 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/sound/core/
H A Dhwdep_compat.c23 #include <linux/compat.h>
H A Dtimer_compat.c23 #include <linux/compat.h>
/linux-4.1.27/include/uapi/linux/usb/
H A Dfunctionfs.h138 * | 9 | bCount | U8 | number of ext. compat. |
140 * | 11 | ExtCompat[] | | list of ext. compat. d. |
148 * | 9 | wCount | U16 | number of ext. compat. |
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c442 char *compat; bcmgenet_mii_of_init() local
445 compat = kasprintf(GFP_KERNEL, "brcm,genet-mdio-v%d", priv->version); bcmgenet_mii_of_init()
446 if (!compat) bcmgenet_mii_of_init()
449 mdio_dn = of_find_compatible_node(dn, NULL, compat); bcmgenet_mii_of_init()
450 kfree(compat); bcmgenet_mii_of_init()
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
H A Dtah.c156 /* For backward compat with old DT */
/linux-4.1.27/arch/tile/kernel/vdso/
H A DMakefile11 # vdso32 is only for tilegx -m32 compat task.
/linux-4.1.27/fs/jbd/
H A Djournal.c1389 * @compat: bitmask of compatible features
1397 int journal_check_used_features (journal_t *journal, unsigned long compat, journal_check_used_features() argument
1402 if (!compat && !ro && !incompat) journal_check_used_features()
1409 if (((be32_to_cpu(sb->s_feature_compat) & compat) == compat) && journal_check_used_features()
1420 * @compat: bitmask of compatible features
1428 int journal_check_available_features (journal_t *journal, unsigned long compat, journal_check_available_features() argument
1431 if (!compat && !ro && !incompat) journal_check_available_features()
1441 if ((compat & JFS_KNOWN_COMPAT_FEATURES) == compat && journal_check_available_features()
1452 * @compat: bitmask of compatible features
1461 int journal_set_features (journal_t *journal, unsigned long compat, journal_set_features() argument
1466 if (journal_check_used_features(journal, compat, ro, incompat)) journal_set_features()
1469 if (!journal_check_available_features(journal, compat, ro, incompat)) journal_set_features()
1473 compat, ro, incompat); journal_set_features()
1477 sb->s_feature_compat |= cpu_to_be32(compat); journal_set_features()
/linux-4.1.27/ipc/
H A Dcompat_mq.c9 #include <linux/compat.h>
/linux-4.1.27/arch/s390/include/asm/
H A Dpgalloc.h108 /* Forking a compat process with 2 page table levels */ pgd_alloc()
H A Dpci.h12 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/arch/sh/include/asm/
H A Dpci.h127 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/arch/powerpc/oprofile/
H A Dbacktrace.c14 #include <asm/compat.h>
/linux-4.1.27/arch/hexagon/kernel/
H A Dasm-offsets.c25 #include <linux/compat.h>
/linux-4.1.27/arch/ia64/include/asm/
H A Dpci.h53 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/arch/alpha/include/asm/
H A Dpci.h72 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/fs/cifs/
H A Dcifs_fs_sb.h32 #define CIFS_MOUNT_UNX_EMUL 0x80 /* Network compat with SFUnix emulation */
/linux-4.1.27/fs/ext2/
H A Dioctl.c14 #include <linux/compat.h>
/linux-4.1.27/scripts/mod/
H A Ddevicetable-offsets.c89 DEVID_FIELD(vio_device_id, compat); main()
/linux-4.1.27/sound/core/seq/
H A Dseq_compat.c23 #include <linux/compat.h>
/linux-4.1.27/sound/firewire/oxfw/
H A Doxfw.h15 #include <linux/compat.h>
/linux-4.1.27/sound/pci/hda/
H A Dhda_hwdep.c23 #include <linux/compat.h>
/linux-4.1.27/fs/jbd2/
H A Djournal.c1764 * @compat: bitmask of compatible features
1772 int jbd2_journal_check_used_features (journal_t *journal, unsigned long compat, jbd2_journal_check_used_features() argument
1777 if (!compat && !ro && !incompat) jbd2_journal_check_used_features()
1788 if (((be32_to_cpu(sb->s_feature_compat) & compat) == compat) && jbd2_journal_check_used_features()
1799 * @compat: bitmask of compatible features
1807 int jbd2_journal_check_available_features (journal_t *journal, unsigned long compat, jbd2_journal_check_available_features() argument
1810 if (!compat && !ro && !incompat) jbd2_journal_check_available_features()
1820 if ((compat & JBD2_KNOWN_COMPAT_FEATURES) == compat && jbd2_journal_check_available_features()
1831 * @compat: bitmask of compatible features
1840 int jbd2_journal_set_features (journal_t *journal, unsigned long compat, jbd2_journal_set_features() argument
1846 ((compat & (f)) && !(sb->s_feature_compat & cpu_to_be32(f))) jbd2_journal_set_features()
1849 if (jbd2_journal_check_used_features(journal, compat, ro, incompat)) jbd2_journal_set_features()
1852 if (!jbd2_journal_check_available_features(journal, compat, ro, incompat)) jbd2_journal_set_features()
1863 compat & JBD2_FEATURE_COMPAT_CHECKSUM) jbd2_journal_set_features()
1864 compat &= ~JBD2_FEATURE_COMPAT_CHECKSUM; jbd2_journal_set_features()
1867 compat, ro, incompat); jbd2_journal_set_features()
1901 sb->s_feature_compat |= cpu_to_be32(compat); jbd2_journal_set_features()
1914 * @compat: bitmask of compatible features
1921 void jbd2_journal_clear_features(journal_t *journal, unsigned long compat, jbd2_journal_clear_features() argument
1927 compat, ro, incompat); jbd2_journal_clear_features()
1931 sb->s_feature_compat &= ~cpu_to_be32(compat); jbd2_journal_clear_features()
/linux-4.1.27/drivers/sbus/char/
H A Ddisplay7seg.c86 * are not operating in solaris-compat mode d7s_release()
240 /* Honor OBP d7s-flipped? unless operating in solaris-compat mode */ d7s_remove()
/linux-4.1.27/fs/xfs/
H A Dxfs_ioctl32.h21 #include <linux/compat.h>
25 * and/or alignment. We define compat structures which match the
/linux-4.1.27/include/video/
H A Dcirrus.h108 #define CL_GR2F 0x2f /* Picasso IV Blitter compat mode..? */
112 #define CL_GR33 0x33 /* another P4 "compat" register.. */
/linux-4.1.27/net/ipv4/netfilter/
H A Darp_tables.c25 #include <net/compat.h>
887 const int *len, int compat) get_info()
904 if (compat) get_info()
915 if (compat) { get_info()
940 if (compat) get_info()
1116 unsigned int len, int compat) do_add_counters()
1134 if (compat) { do_add_counters()
1148 if (compat) { do_add_counters()
1241 /* For purposes of check_entry casting the compat entry is fine */ check_compat_entry_size_and_hooks()
886 get_info(struct net *net, void __user *user, const int *len, int compat) get_info() argument
1115 do_add_counters(struct net *net, const void __user *user, unsigned int len, int compat) do_add_counters() argument
/linux-4.1.27/drivers/isdn/gigaset/
H A Dinterface.c63 static const unsigned compat[4] = GIG_COMPAT; if_version() local
73 memcpy(arg, compat, sizeof compat); if_version()
/linux-4.1.27/drivers/md/
H A Ddm-cache-metadata.h32 * Ext[234]-style compat feature flags.
/linux-4.1.27/drivers/staging/android/ion/
H A Dcompat_ion.c17 #include <linux/compat.h>
/linux-4.1.27/drivers/char/agp/
H A Dcompat_ioctl.h29 #include <linux/compat.h>
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpci.h25 #include <asm-generic/pci-dma-compat.h>
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h24 # a1 = argv (kseg0 compat addr)
/linux-4.1.27/fs/reiserfs/
H A Dioctl.c12 #include <linux/compat.h>
/linux-4.1.27/fs/ubifs/
H A Dioctl.c27 #include <linux/compat.h>
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dioctls.h75 /* 127-124 compat */
/linux-4.1.27/arch/powerpc/mm/
H A Dslice.c431 * "compat" means slices that have a compatible page size (i.e. slice_get_unmapped_area()
436 * check if fits in good | compat => OK slice_get_unmapped_area()
437 * check if fits in good | compat | free => convert free slice_get_unmapped_area()
445 * search in good | compat | free, found => convert free. slice_get_unmapped_area()

Completed in 7767 milliseconds

123