Home
last modified time | relevance | path

Searched defs:seg (Results 1 – 25 of 162) sorted by relevance

1234567

/Linux-v5.4/drivers/acpi/
Dpci_mcfg.c44 #define AL_ECAM(table_id, rev, seg, ops) \ argument
56 #define QCOM_ECAM32(seg) \ argument
68 #define HISI_QUAD_DOM(table_id, seg, ops) \ argument
98 #define THUNDER_ECAM_QUIRK(rev, seg) \ argument
119 #define XGENE_V1_ECAM_MCFG(rev, seg) \ argument
123 #define XGENE_V2_ECAM_MCFG(rev, seg) \ argument
198 u16 seg = root->segment; in pci_mcfg_lookup() local
/Linux-v5.4/arch/x86/kvm/
Dmtrr.c181 static u64 fixed_mtrr_seg_unit_size(int seg) in fixed_mtrr_seg_unit_size()
186 static bool fixed_msr_to_seg_unit(u32 msr, int *seg, int *unit) in fixed_msr_to_seg_unit()
208 static void fixed_mtrr_seg_unit_range(int seg, int unit, u64 *start, u64 *end) in fixed_mtrr_seg_unit_range()
218 static int fixed_mtrr_seg_unit_range_index(int seg, int unit) in fixed_mtrr_seg_unit_range_index()
229 static int fixed_mtrr_seg_end_range_index(int seg) in fixed_mtrr_seg_end_range_index()
240 int seg, unit; in fixed_msr_to_range() local
251 int seg, unit; in fixed_msr_to_range_index() local
262 int seg, seg_num = ARRAY_SIZE(fixed_seg_table); in fixed_mtrr_addr_to_seg() local
273 static int fixed_mtrr_addr_seg_to_range_index(u64 addr, int seg) in fixed_mtrr_addr_seg_to_range_index()
284 static u64 fixed_mtrr_range_end_addr(int seg, int index) in fixed_mtrr_range_end_addr()
[all …]
/Linux-v5.4/drivers/firmware/google/
Dmemconsole-coreboot.c45 struct seg { /* describes ring buffer segments in logical order */ in memconsole_coreboot_read() struct
46 u32 phys; /* physical offset from start of mem buffer */ in memconsole_coreboot_read()
47 u32 len; /* length of segment */ in memconsole_coreboot_read()
48 } seg[2] = { {0}, {0} }; in memconsole_coreboot_read() local
/Linux-v5.4/ipc/
Dmsgutil.c63 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-v5.4/drivers/staging/wusbcore/
Dwa-xfer.c120 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-v5.4/arch/s390/mm/
Dvmem.c308 static int insert_memory_segment(struct memory_segment *seg) in insert_memory_segment()
330 static void remove_memory_segment(struct memory_segment *seg) in remove_memory_segment()
335 static void __remove_shared_memory(struct memory_segment *seg) in __remove_shared_memory()
343 struct memory_segment *seg; in vmem_remove_mapping() local
367 struct memory_segment *seg; in vmem_add_mapping() local
429 struct memory_segment *seg; in vmem_convert_memory_chunk() local
Dextmem.c165 query_segment_type (struct dcss_segment *seg) in query_segment_type()
254 struct dcss_segment seg; in segment_type() local
271 segment_overlaps_others (struct dcss_segment *seg) in segment_overlaps_others()
297 struct dcss_segment *seg; in __segment_load() local
414 struct dcss_segment *seg; in segment_load() local
455 struct dcss_segment *seg; in segment_modify_shared() local
537 struct dcss_segment *seg; in segment_unload() local
566 struct dcss_segment *seg; in segment_save() local
/Linux-v5.4/arch/x86/pci/
Dnumachip.c21 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()
Ddirect.c21 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()
Dmmconfig_64.c19 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()
Dmmconfig_32.c27 static u32 get_base_addr(unsigned int seg, int bus, unsigned devfn) in get_base_addr()
51 static int pci_mmcfg_read(unsigned int seg, unsigned int bus, in pci_mmcfg_read()
90 static int pci_mmcfg_write(unsigned int seg, unsigned int bus, in pci_mmcfg_write()
Dolpc.c200 static int pci_olpc_read(unsigned int seg, unsigned int bus, in pci_olpc_read()
262 static int pci_olpc_write(unsigned int seg, unsigned int bus, in pci_olpc_write()
/Linux-v5.4/arch/x86/ia32/
Dia32_signal.c46 #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-v5.4/drivers/gpu/drm/amd/display/dc/gpio/dce120/
Dhw_translate_dce120.c44 #define BASE_INNER(seg) \ argument
48 #define BASE(seg) \ argument
Dhw_factory_dce120.c53 #define BASE_INNER(seg) \ argument
57 #define BASE(seg) \ argument
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/gpio/dcn10/
Dhw_translate_dcn10.c44 #define BASE_INNER(seg) \ argument
48 #define BASE(seg) \ argument
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/gpio/dcn20/
Dhw_translate_dcn20.c51 #define BASE_INNER(seg) DCN_BASE__INST0_SEG ## seg argument
53 #define BASE(seg) BASE_INNER(seg) argument
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/gpio/dcn21/
Dhw_translate_dcn21.c51 #define BASE_INNER(seg) DMU_BASE__INST0_SEG ## seg argument
53 #define BASE(seg) BASE_INNER(seg) argument
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_vmid.h31 #define BASE_INNER(seg) \ argument
34 #define BASE(seg) \ argument
Ddcn20_mmhubbub.h33 #define BASE_INNER(seg) \ argument
36 #define BASE(seg) \ argument
/Linux-v5.4/drivers/staging/media/hantro/
Dhantro_g1_vp8_dec.c138 const struct v4l2_vp8_segment_header *seg = &hdr->segment_header; in cfg_lf() local
181 const struct v4l2_vp8_segment_header *seg = &hdr->segment_header; in cfg_qp() local
405 const struct v4l2_vp8_segment_header *seg = &hdr->segment_header; in cfg_buffers() local
/Linux-v5.4/net/sunrpc/xprtrdma/
Drpc_rdma.c194 rpcrdma_convert_kvec(struct kvec *vec, struct rpcrdma_mr_seg *seg, in rpcrdma_convert_kvec()
226 struct rpcrdma_mr_seg *seg) in rpcrdma_convert_iovs()
347 struct rpcrdma_mr_seg *seg, in rpcrdma_mr_prepare()
391 struct rpcrdma_mr_seg *seg; in rpcrdma_encode_read_list() local
446 struct rpcrdma_mr_seg *seg; in rpcrdma_encode_write_list() local
509 struct rpcrdma_mr_seg *seg; in rpcrdma_encode_reply_chunk() local
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c124 #define BASE_INNER(seg) \ argument
127 #define NBIO_BASE_INNER(seg) \ argument
130 #define NBIO_BASE(seg) \ argument
134 #define BASE(seg) \ argument
146 #define MMHUB_BASE_INNER(seg) \ argument
149 #define MMHUB_BASE(seg) \ argument
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
Ddcn20_clk_mgr.c47 #define BASE_INNER(seg) DCN_BASE__INST0_SEG ## seg argument
49 #define BASE(seg) BASE_INNER(seg) argument
55 #define CLK_BASE_INNER(seg) \ argument
/Linux-v5.4/arch/ia64/pci/
Dpci.c40 #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()

1234567