/Linux-v4.19/arch/x86/kvm/ |
D | mtrr.c | 191 static u64 fixed_mtrr_seg_unit_size(int seg) in fixed_mtrr_seg_unit_size() 196 static bool fixed_msr_to_seg_unit(u32 msr, int *seg, int *unit) in fixed_msr_to_seg_unit() 218 static void fixed_mtrr_seg_unit_range(int seg, int unit, u64 *start, u64 *end) in fixed_mtrr_seg_unit_range() 228 static int fixed_mtrr_seg_unit_range_index(int seg, int unit) in fixed_mtrr_seg_unit_range_index() 239 static int fixed_mtrr_seg_end_range_index(int seg) in fixed_mtrr_seg_end_range_index() 250 int seg, unit; in fixed_msr_to_range() local 261 int seg, unit; in fixed_msr_to_range_index() local 272 int seg, seg_num = ARRAY_SIZE(fixed_seg_table); in fixed_mtrr_addr_to_seg() local 283 static int fixed_mtrr_addr_seg_to_range_index(u64 addr, int seg) in fixed_mtrr_addr_seg_to_range_index() 294 static u64 fixed_mtrr_range_end_addr(int seg, int index) in fixed_mtrr_range_end_addr() [all …]
|
/Linux-v4.19/drivers/firmware/google/ |
D | memconsole-coreboot.c | 52 struct seg { /* describes ring buffer segments in logical order */ in memconsole_coreboot_read() struct 53 u32 phys; /* physical offset from start of mem buffer */ in memconsole_coreboot_read() 54 u32 len; /* length of segment */ in memconsole_coreboot_read() 55 } seg[2] = { {0}, {0} }; in memconsole_coreboot_read() local
|
/Linux-v4.19/ipc/ |
D | msgutil.c | 66 struct msg_msgseg *seg; in alloc_msg() local 87 struct msg_msgseg *seg; in load_msg() local 153 struct msg_msgseg *seg; in store_msg() local 171 struct msg_msgseg *seg; in free_msg() local
|
/Linux-v4.19/drivers/usb/wusbcore/ |
D | wa-xfer.c | 120 static inline void wa_seg_init(struct wa_seg *seg) in wa_seg_init() 142 struct wa_seg **seg; /* transfer segments */ member 178 struct wa_seg *seg = xfer->seg[cnt]; in wa_xfer_destroy() local 327 struct wa_seg *seg; in __wa_xfer_is_done() local 389 struct wa_seg *seg, enum wa_seg_status status) in __wa_xfer_mark_seg_as_done() 456 struct wa_seg *seg = xfer->seg[seg_index]; in __wa_xfer_abort_cb() local 658 struct wa_seg *seg) { in __wa_setup_isoc_packet_descr() 684 struct wa_seg *seg = xfer->seg[0]; in __wa_xfer_setup_hdr0() local 734 struct wa_seg *seg = urb->context; in wa_seg_dto_cb() local 871 struct wa_seg *seg = urb->context; in wa_seg_iso_pack_desc_cb() local [all …]
|
/Linux-v4.19/drivers/acpi/ |
D | pci_mcfg.c | 55 #define QCOM_ECAM32(seg) \ argument 67 #define HISI_QUAD_DOM(table_id, seg, ops) \ argument 97 #define THUNDER_ECAM_QUIRK(rev, seg) \ argument 118 #define XGENE_V1_ECAM_MCFG(rev, seg) \ argument 122 #define XGENE_V2_ECAM_MCFG(rev, seg) \ argument 197 u16 seg = root->segment; in pci_mcfg_lookup() local
|
/Linux-v4.19/arch/s390/mm/ |
D | vmem.c | 309 static int insert_memory_segment(struct memory_segment *seg) in insert_memory_segment() 331 static void remove_memory_segment(struct memory_segment *seg) in remove_memory_segment() 336 static void __remove_shared_memory(struct memory_segment *seg) in __remove_shared_memory() 344 struct memory_segment *seg; in vmem_remove_mapping() local 368 struct memory_segment *seg; in vmem_add_mapping() local 428 struct memory_segment *seg; in vmem_convert_memory_chunk() local
|
D | extmem.c | 242 query_segment_type (struct dcss_segment *seg) in query_segment_type() 356 struct dcss_segment seg; in segment_type() local 373 segment_overlaps_others (struct dcss_segment *seg) in segment_overlaps_others() 399 struct dcss_segment *seg; in __segment_load() local 518 struct dcss_segment *seg; in segment_load() local 559 struct dcss_segment *seg; in segment_modify_shared() local 641 struct dcss_segment *seg; in segment_unload() local 670 struct dcss_segment *seg; in segment_save() local
|
/Linux-v4.19/arch/x86/pci/ |
D | numachip.c | 21 static inline char __iomem *pci_dev_base(unsigned int seg, unsigned int bus, unsigned int devfn) in pci_dev_base() 30 static int pci_mmcfg_read_numachip(unsigned int seg, unsigned int bus, in pci_mmcfg_read_numachip() 70 static int pci_mmcfg_write_numachip(unsigned int seg, unsigned int bus, in pci_mmcfg_write_numachip()
|
D | direct.c | 21 static int pci_conf1_read(unsigned int seg, unsigned int bus, in pci_conf1_read() 52 static int pci_conf1_write(unsigned int seg, unsigned int bus, in pci_conf1_write() 95 static int pci_conf2_read(unsigned int seg, unsigned int bus, in pci_conf2_read() 137 static int pci_conf2_write(unsigned int seg, unsigned int bus, in pci_conf2_write()
|
D | mmconfig_64.c | 19 static char __iomem *pci_dev_base(unsigned int seg, unsigned int bus, unsigned int devfn) in pci_dev_base() 28 static int pci_mmcfg_read(unsigned int seg, unsigned int bus, in pci_mmcfg_read() 62 static int pci_mmcfg_write(unsigned int seg, unsigned int bus, in pci_mmcfg_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() 91 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()
|
/Linux-v4.19/arch/x86/ia32/ |
D | ia32_signal.c | 46 #define get_user_seg(seg) ({ unsigned int v; savesegment(seg, v); v; }) argument 47 #define set_user_seg(seg, v) loadsegment_##seg(v) argument 53 #define GET_SEG(seg) ({ \ argument 59 #define COPY_SEG_CPL3(seg) do { \ argument 63 #define RELOAD_SEG(seg) { \ argument
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/dcn10/ |
D | i2caux_dcn10.c | 47 #define BASE_INNER(seg) \ argument 51 #define BASE(seg) \ argument
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/dce120/ |
D | i2caux_dce120.c | 47 #define BASE_INNER(seg) \ argument 51 #define BASE(seg) \ argument
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/gpio/dcn10/ |
D | hw_translate_dcn10.c | 44 #define BASE_INNER(seg) \ argument 48 #define BASE(seg) \ argument
|
D | hw_factory_dcn10.c | 49 #define BASE_INNER(seg) \ argument 53 #define BASE(seg) \ argument
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/gpio/dce120/ |
D | hw_translate_dce120.c | 44 #define BASE_INNER(seg) \ argument 48 #define BASE(seg) \ argument
|
D | hw_factory_dce120.c | 53 #define BASE_INNER(seg) \ argument 57 #define BASE(seg) \ argument
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_resource.c | 161 #define BASE_INNER(seg) \ argument 164 #define BASE(seg) \ argument 181 #define NBIO_BASE_INNER(seg) \ argument 184 #define NBIO_BASE(seg) \ argument 192 #define MMHUB_BASE_INNER(seg) \ argument 195 #define MMHUB_BASE(seg) \ argument
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/irq/dce120/ |
D | irq_service_dce120.c | 87 #define BASE_INNER(seg) \ argument 90 #define BASE(seg) \ argument
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/irq/dcn10/ |
D | irq_service_dcn10.c | 156 #define BASE_INNER(seg) \ argument 159 #define BASE(seg) \ argument
|
/Linux-v4.19/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 177 rpcrdma_convert_kvec(struct kvec *vec, struct rpcrdma_mr_seg *seg, in rpcrdma_convert_kvec() 209 struct rpcrdma_mr_seg *seg) in rpcrdma_convert_iovs() 346 struct rpcrdma_mr_seg *seg; in rpcrdma_encode_read_list() local 398 struct rpcrdma_mr_seg *seg; in rpcrdma_encode_write_list() local 458 struct rpcrdma_mr_seg *seg; in rpcrdma_encode_reply_chunk() local
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-mem.c | 33 struct xhci_segment *seg; in xhci_segment_alloc() local 68 static void xhci_segment_free(struct xhci_hcd *xhci, struct xhci_segment *seg) in xhci_segment_free() 81 struct xhci_segment *seg; in xhci_free_segments_for_ring() local 186 struct xhci_segment *seg, in xhci_insert_segment_mapping() 207 struct xhci_segment *seg) in xhci_remove_segment_mapping() 223 struct xhci_segment *seg; in xhci_update_stream_segment_mapping() local 258 struct xhci_segment *seg; in xhci_remove_stream_mapping() local 1798 struct xhci_segment *seg; in xhci_alloc_erst() local 1939 struct xhci_segment *seg; in xhci_test_trb_in_td() local
|