/linux-4.4.14/arch/arm/vdso/ |
D | vdsomunge.c | 114 static Elf32_Word read_elf_word(Elf32_Word word, bool swap) in read_elf_word() 119 static Elf32_Half read_elf_half(Elf32_Half half, bool swap) in read_elf_half() 124 static void write_elf_word(Elf32_Word val, Elf32_Word *dst, bool swap) in write_elf_word() 138 bool swap; in main() local
|
/linux-4.4.14/arch/m68k/lib/ |
D | udivsi3.S | 98 swap d2 define 101 swap d0 define 120 swap d2 define 122 swap d2 /* align high part with low part */ define
|
D | mulsi3.S | 98 swap d0 define
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_rotator.c | 236 static int rotator_src_set_size(struct device *dev, int swap, in rotator_src_set_size() 324 enum drm_exynos_flip flip, bool *swap) in rotator_dst_set_transf() 374 static int rotator_dst_set_size(struct device *dev, int swap, in rotator_dst_set_size() 525 bool swap = false; in rotator_ippdrv_check_property() local
|
D | exynos_drm_gsc.c | 557 enum drm_exynos_flip flip, bool *swap) in gsc_src_set_transf() 610 static int gsc_src_set_size(struct device *dev, int swap, in gsc_src_set_size() 828 enum drm_exynos_flip flip, bool *swap) in gsc_dst_set_transf() 1036 static int gsc_dst_set_size(struct device *dev, int swap, in gsc_dst_set_size() 1395 bool swap; in gsc_ippdrv_check_property() local
|
D | exynos_drm_fimc.c | 534 enum drm_exynos_flip flip, bool *swap) in fimc_src_set_transf() 626 static int fimc_src_set_size(struct device *dev, int swap, in fimc_src_set_size() 888 enum drm_exynos_flip flip, bool *swap) in fimc_dst_set_transf() 1049 static int fimc_dst_set_size(struct device *dev, int swap, in fimc_dst_set_size() 1295 bool swap; in fimc_ippdrv_check_property() local
|
D | exynos_drm_ipp.c | 1148 bool swap = false; in ipp_set_property() local
|
/linux-4.4.14/net/tipc/ |
D | subscr.h | 71 int swap; member
|
D | subscr.c | 65 static u32 htohl(u32 in, int swap) in htohl() 225 int swap; in tipc_subscrp_create() local
|
/linux-4.4.14/tools/lib/traceevent/ |
D | kbuffer-parse.c | 106 unsigned long long swap; in __read_8_sw() local 130 unsigned int swap; in __read_4_sw() local 431 void *kbuffer_translate_data(int swap, void *data, unsigned int *size) in kbuffer_translate_data()
|
D | event-parse.h | 545 unsigned short swap; in __data2host2() local 559 unsigned int swap; in __data2host4() local 575 unsigned long long swap; in __data2host8() local
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-puv3.c | 125 unsigned char swap; in puv3_i2c_xfer() local
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | pci.c | 274 u8 devfn, u8 offset, int *swap) in u3_ht_cfg_access() 291 int swap; in u3_ht_read_config() local 342 int swap; in u3_ht_write_config() local
|
/linux-4.4.14/mm/ |
D | swapfile.c | 2015 static void *swap_start(struct seq_file *swap, loff_t *pos) in swap_start() 2038 static void *swap_next(struct seq_file *swap, void *v, loff_t *pos) in swap_next() 2060 static void swap_stop(struct seq_file *swap, void *v) in swap_stop() 2065 static int swap_show(struct seq_file *swap, void *v) in swap_show() 2734 swp_entry_t swap = { .val = page_private(page) }; in page_swap_info() local 2751 swp_entry_t swap = { .val = page_private(page) }; in __page_file_index() local
|
D | shmem.c | 281 pgoff_t index, swp_entry_t swap) in shmem_confirm_swap() 635 swp_entry_t swap, struct page **pagep) in shmem_unuse_inode() 712 int shmem_unuse(swp_entry_t swap, struct page *page) in shmem_unuse() 771 swp_entry_t swap; in shmem_writepage() local 896 static struct page *shmem_swapin(swp_entry_t swap, gfp_t gfp, in shmem_swapin() 944 static inline struct page *shmem_swapin(swp_entry_t swap, gfp_t gfp, in shmem_swapin() 1062 swp_entry_t swap; in shmem_getpage_gfp() local 3289 int shmem_unuse(swp_entry_t swap, struct page *page) in shmem_unuse()
|
D | madvise.c | 195 swp_entry_t swap; in force_shm_swapin_readahead() local
|
D | memcontrol.c | 2830 static unsigned long mem_cgroup_usage(struct mem_cgroup *memcg, bool swap) in mem_cgroup_usage() 3272 static void __mem_cgroup_threshold(struct mem_cgroup *memcg, bool swap) in __mem_cgroup_threshold()
|
D | vmscan.c | 654 swp_entry_t swap = { .val = page_private(page) }; in __remove_mapping() local
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | pmf.c | 561 const char *swap ; in smt_add_para() local 1084 const char *swap ; in smt_set_para() local
|
/linux-4.4.14/drivers/video/fbdev/ |
D | pxa168fb.h | 235 #define CFG_GRA_SWAPRB(swap) ((swap) << 12) argument 237 #define CFG_GRA_SWAPUV(swap) ((swap) << 11) argument 239 #define CFG_GRA_SWAPYU(swap) ((swap) << 10) argument 252 #define CFG_DMA_SWAPRB(swap) ((swap) << 4) argument 254 #define CFG_DMA_SWAPUV(swap) ((swap) << 3) argument 256 #define CFG_DMA_SWAPYU(swap) ((swap) << 2) argument
|
/linux-4.4.14/kernel/power/ |
D | user.c | 37 int swap; member
|
D | swap.c | 168 sector_t alloc_swapdev_block(int swap) in alloc_swapdev_block() 188 void free_all_swap_pages(int swap) in free_all_swap_pages()
|
/linux-4.4.14/include/uapi/linux/ |
D | rds.h | 253 uint64_t swap; member 260 uint64_t swap; member
|
/linux-4.4.14/arch/frv/include/asm/ |
D | io.h | 74 static inline void __outsl(unsigned int addr, const void *buf, int len, int swap) in __outsl() 102 static inline void __insl(unsigned long addr, void *buf, int len, int swap) in __insl()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_lcdc_encoder.c | 113 int bpp, nchan, swap; in setup_phy() local
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_video.h | 42 unsigned int swap; member
|
/linux-4.4.14/drivers/crypto/qce/ |
D | common.c | 182 u8 swap[QCE_AES_IV_LENGTH]; in qce_xts_swapiv() local
|
/linux-4.4.14/include/drm/ttm/ |
D | ttm_bo_api.h | 235 struct list_head swap; member
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | sm750.c | 932 int swap; in sm750fb_setup() local
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | kvm.h | 42 __u8 swap; member
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | dc.c | 67 u32 swap; member 125 static int tegra_dc_format(u32 fourcc, u32 *format, u32 *swap) in tegra_dc_format()
|
D | drm.h | 189 u32 swap; member
|
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/ |
D | gpmi-nand.c | 1384 u8 swap = tmp_buf[0]; in gpmi_ecc_read_page_raw() local 1512 u8 swap = tmp_buf[0]; in gpmi_ecc_write_page_raw() local
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | desc.h | 259 u16 swap[2]; member
|
/linux-4.4.14/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 459 #define CFG_GRA_SWAPRB(swap) ((swap)<<12) argument 461 #define CFG_GRA_SWAPUV(swap) ((swap)<<11) argument 463 #define CFG_GRA_SWAPYU(swap) ((swap)<<10) argument 480 #define CFG_DMA_SWAPRB(swap) ((swap)<<4) argument 482 #define CFG_DMA_SWAPUV(swap) ((swap)<<3) argument 484 #define CFG_DMA_SWAPYU(swap) ((swap)<<2) argument
|
/linux-4.4.14/include/media/ |
D | saa7146_vv.h | 39 u8 swap; member
|
/linux-4.4.14/fs/proc/ |
D | task_mmu.c | 25 unsigned long data, text, lib, swap, ptes, pmds; in task_mem() local 449 unsigned long swap; member
|
/linux-4.4.14/drivers/staging/vt6656/ |
D | mac.h | 366 u32 swap[2]; member
|
/linux-4.4.14/include/linux/mtd/ |
D | map.h | 217 int swap; /* this mapping's byte-swapping requirement */ member
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 802 #define swap(a, b) \ macro
|
/linux-4.4.14/drivers/vme/bridges/ |
D | vme_ca91cx42.c | 973 unsigned int mask, unsigned int compare, unsigned int swap, in ca91cx42_master_rmw()
|
D | vme_tsi148.c | 1372 unsigned int mask, unsigned int compare, unsigned int swap, in tsi148_master_rmw()
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.c | 1790 bool *swap) in qp_broker_alloc() 1868 bool swap; in qp_alloc_host_work() local
|
/linux-4.4.14/drivers/vme/ |
D | vme.c | 623 unsigned int compare, unsigned int swap, loff_t offset) in vme_master_rmw()
|
/linux-4.4.14/drivers/atm/ |
D | zatm.c | 1152 int offset, int swap) in eprom_try_esi()
|
/linux-4.4.14/arch/arc/include/asm/ |
D | arcregs.h | 356 unsigned int swap:1, norm:1, minmax:1, barrel:1, crc:1, pad1:3, member
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | bmac.c | 176 __u32 swap; in dbdma_ld32() local
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_dir2_node.c | 963 int swap; /* swapped leaf blocks */ in xfs_dir2_leafn_rebalance() local
|
D | xfs_attr_leaf.c | 1464 int swap; in xfs_attr3_leaf_rebalance() local
|
D | xfs_da_btree.c | 753 int swap = 0; in xfs_da3_node_rebalance() local
|
/linux-4.4.14/sound/oss/ |
D | swarm_cs4297a.c | 1815 int swap = (s->prop_dac.fmt == AFMT_S16_LE) || (s->prop_dac.fmt == AFMT_U16_LE); in cs4297a_write() local
|
/linux-4.4.14/arch/s390/kvm/ |
D | interrupt.c | 2003 static unsigned long get_ind_bit(__u64 addr, unsigned long bit_nr, bool swap) in get_ind_bit()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | netcp_core.c | 178 static int emac_arch_get_mac_addr(char *x, void __iomem *efuse_mac, u32 swap) in emac_arch_get_mac_addr()
|
/linux-4.4.14/tools/perf/util/ |
D | session.c | 1204 perf_event__swap_op swap; in event_swap() local
|
/linux-4.4.14/drivers/mtd/chips/ |
D | cfi_cmdset_0002.c | 618 __u32 swap; in cfi_cmdset_0002() local
|
/linux-4.4.14/net/rds/ |
D | rds.h | 339 uint64_t swap; member
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_main.c | 1339 struct bufdesc *bdp, u32 length, bool swap) in fec_enet_copybreak()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | kvm_host.h | 542 bool swap; member
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_patch.c | 2314 unsigned char swap = ucontrol->value.integer.value[0] != 0; in snd_ac97_ad1986_miclisel_put() local
|
/linux-4.4.14/drivers/dma/ |
D | pl330.c | 311 enum pl330_byteswap swap; member
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 7611 int swap; in ahc_handle_en_lun() local
|
D | aic79xx_core.c | 10487 int swap; in ahd_handle_en_lun() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | core.h | 693 } swap; member
|
/linux-4.4.14/include/uapi/rdma/ |
D | ib_user_verbs.h | 700 __u64 swap; member
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_realtek.c | 82 unsigned int swap:1; member
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 1110 u64 swap; member
|