/linux-3.3/arch/s390/mm/ |
D | vmem.c | 236 static int insert_memory_segment(struct memory_segment *seg) in insert_memory_segment() 258 static void remove_memory_segment(struct memory_segment *seg) in remove_memory_segment() 263 static void __remove_shared_memory(struct memory_segment *seg) in __remove_shared_memory() 271 struct memory_segment *seg; in vmem_remove_mapping() local 295 struct memory_segment *seg; in vmem_add_mapping() local 367 struct memory_segment *seg; in vmem_convert_memory_chunk() local
|
D | extmem.c | 253 query_segment_type (struct dcss_segment *seg) in query_segment_type() 369 struct dcss_segment seg; in segment_type() local 386 segment_overlaps_others (struct dcss_segment *seg) in segment_overlaps_others() 412 struct dcss_segment *seg; in __segment_load() local 532 struct dcss_segment *seg; in segment_load() local 573 struct dcss_segment *seg; in segment_modify_shared() local 656 struct dcss_segment *seg; in segment_unload() local 685 struct dcss_segment *seg; in segment_save() local
|
/linux-3.3/ipc/ |
D | msgutil.c | 70 struct msg_msgseg *seg; in load_msg() local 105 struct msg_msgseg *seg; in store_msg() local 131 struct msg_msgseg *seg; in free_msg() local
|
/linux-3.3/arch/x86/pci/ |
D | mmconfig_64.c | 17 static char __iomem *pci_dev_base(unsigned int seg, unsigned int bus, unsigned int devfn) in pci_dev_base() 26 static int pci_mmcfg_read(unsigned int seg, unsigned int bus, in pci_mmcfg_read() 56 static int pci_mmcfg_write(unsigned int seg, unsigned int bus, in pci_mmcfg_write()
|
D | direct.c | 20 static int pci_conf1_read(unsigned int seg, unsigned int bus, in pci_conf1_read() 51 static int pci_conf1_write(unsigned int seg, unsigned int bus, in pci_conf1_write() 94 static int pci_conf2_read(unsigned int seg, unsigned int bus, in pci_conf2_read() 136 static int pci_conf2_write(unsigned int seg, unsigned int bus, in pci_conf2_write()
|
D | mmconfig_32.c | 28 static u32 get_base_addr(unsigned int seg, int bus, unsigned devfn) in get_base_addr() 52 static int pci_mmcfg_read(unsigned int seg, unsigned int bus, in pci_mmcfg_read() 87 static int pci_mmcfg_write(unsigned int seg, unsigned int bus, in pci_mmcfg_write()
|
D | olpc.c | 204 static int pci_olpc_read(unsigned int seg, unsigned int bus, in pci_olpc_read() 266 static int pci_olpc_write(unsigned int seg, unsigned int bus, in pci_olpc_write()
|
D | numaq_32.c | 31 static int pci_conf1_mq_read(unsigned int seg, unsigned int bus, in pci_conf1_mq_read() 71 static int pci_conf1_mq_write(unsigned int seg, unsigned int bus, in pci_conf1_mq_write()
|
/linux-3.3/net/sunrpc/xprtrdma/ |
D | verbs.c | 1451 rpcrdma_map_one(struct rpcrdma_ia *ia, struct rpcrdma_mr_seg *seg, int writing) in rpcrdma_map_one() 1472 rpcrdma_unmap_one(struct rpcrdma_ia *ia, struct rpcrdma_mr_seg *seg) in rpcrdma_unmap_one() 1483 rpcrdma_register_frmr_external(struct rpcrdma_mr_seg *seg, in rpcrdma_register_frmr_external() 1571 rpcrdma_deregister_frmr_external(struct rpcrdma_mr_seg *seg, in rpcrdma_deregister_frmr_external() 1596 rpcrdma_register_fmr_external(struct rpcrdma_mr_seg *seg, in rpcrdma_register_fmr_external() 1640 rpcrdma_deregister_fmr_external(struct rpcrdma_mr_seg *seg, in rpcrdma_deregister_fmr_external() 1658 rpcrdma_register_memwin_external(struct rpcrdma_mr_seg *seg, in rpcrdma_register_memwin_external() 1693 rpcrdma_deregister_memwin_external(struct rpcrdma_mr_seg *seg, in rpcrdma_deregister_memwin_external() 1726 rpcrdma_register_default_external(struct rpcrdma_mr_seg *seg, in rpcrdma_register_default_external() 1770 rpcrdma_deregister_default_external(struct rpcrdma_mr_seg *seg, in rpcrdma_deregister_default_external() [all …]
|
D | rpc_rdma.c | 87 enum rpcrdma_chunktype type, struct rpcrdma_mr_seg *seg, int nsegs) in rpcrdma_convert_iovs() 177 struct rpcrdma_mr_seg *seg = req->rl_segments; in rpcrdma_create_chunks() local 573 struct rpcrdma_segment *seg = &cur_wchunk->wc_target; in rpcrdma_count_chunks() local
|
/linux-3.3/arch/x86/ia32/ |
D | ia32_signal.c | 151 mm_segment_t seg; in sys32_sigaltstack() local 198 #define get_user_seg(seg) ({ unsigned int v; savesegment(seg, v); v; }) argument 199 #define set_user_seg(seg, v) loadsegment_##seg(v) argument 205 #define GET_SEG(seg) ({ \ argument 211 #define COPY_SEG_CPL3(seg) do { \ argument 215 #define RELOAD_SEG(seg) { \ argument
|
/linux-3.3/drivers/usb/wusbcore/ |
D | wa-xfer.c | 127 static void wa_seg_init(struct wa_seg *seg) in wa_seg_init() 146 struct wa_seg **seg; /* transfer segments */ member 240 struct wa_seg *seg; in __wa_xfer_is_done() local 506 struct wa_seg *seg = urb->context; in wa_seg_dto_cb() local 579 struct wa_seg *seg = urb->context; in wa_seg_cb() local 645 struct wa_seg *seg; in __wa_xfer_setup_segs() local 769 struct wa_seg *seg) in __wa_seg_submit() 809 struct wa_seg *seg; in wa_xfer_delayed_run() local 848 struct wa_seg *seg; in __wa_xfer_submit() local 1097 struct wa_seg *seg; in wa_urb_dequeue() local [all …]
|
/linux-3.3/drivers/block/xen-blkback/ |
D | blkback.c | 106 static inline int vaddr_pagenr(struct pending_req *req, int seg) in vaddr_pagenr() 112 #define pending_page(req, seg) pending_pages[vaddr_pagenr(req, seg)] argument 114 static inline unsigned long vaddr(struct pending_req *req, int seg) in vaddr() 358 struct seg_buf seg[]) in xen_blkbk_map() 609 struct seg_buf seg[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in dispatch_rw_block_io() local
|
/linux-3.3/arch/cris/include/asm/ |
D | segment.h | 5 unsigned long seg; member
|
/linux-3.3/arch/ia64/pci/ |
D | pci.c | 40 #define PCI_SAL_ADDRESS(seg, bus, devfn, reg) \ argument 45 #define PCI_SAL_EXT_ADDRESS(seg, bus, devfn, reg) \ argument 48 int raw_pci_read(unsigned int seg, unsigned int bus, unsigned int devfn, in raw_pci_read() 75 int raw_pci_write(unsigned int seg, unsigned int bus, unsigned int devfn, in raw_pci_write() 121 alloc_pci_controller (int seg) in alloc_pci_controller()
|
/linux-3.3/arch/x86/boot/compressed/ |
D | cmdline.c | 4 static inline void set_fs(unsigned long seg) in set_fs()
|
/linux-3.3/arch/score/include/asm/ |
D | segment.h | 7 unsigned long seg; member
|
/linux-3.3/fs/cachefiles/ |
D | key.c | 42 int loop, len, max, seg, mark, print; in cachefiles_cook_key() local
|
/linux-3.3/arch/m68k/include/asm/ |
D | tlbflush.h | 147 unsigned char seg; in flush_tlb_mm() local 195 unsigned char seg, oldctx; in flush_tlb_range() local
|
/linux-3.3/arch/sh/include/asm/ |
D | segment.h | 7 unsigned long seg; member
|
/linux-3.3/include/linux/ |
D | uio.h | 45 unsigned long seg; in iov_length() local
|
/linux-3.3/arch/frv/include/asm/ |
D | segment.h | 19 unsigned long seg; member
|
/linux-3.3/arch/x86/boot/ |
D | boot.h | 87 u16 seg; in ds() local 92 static inline void set_fs(u16 seg) in set_fs() 98 u16 seg; in fs() local 103 static inline void set_gs(u16 seg) in set_gs() 109 u16 seg; in gs() local
|
/linux-3.3/arch/h8300/include/asm/ |
D | segment.h | 19 unsigned long seg; member
|
/linux-3.3/arch/x86/kernel/ |
D | signal.c | 57 #define GET_SEG(seg) ({ \ argument 63 #define COPY_SEG(seg) do { \ argument 67 #define COPY_SEG_CPL3(seg) do { \ argument
|