Home
last modified time | relevance | path

Searched defs:dc_size (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/mem/
H A Dcxl_type3.c631 uint64_t dc_size; in cxl_create_dc_regions() local
1110 uint64_t vmr_size = 0, pmr_size = 0, dc_size = 0; in cxl_type3_hpa_to_as_and_dpa() local
1305 uint64_t vmr_size = 0, pmr_size = 0, dc_size = 0; in set_cacheline() local
/openbmc/linux/arch/mips/txx9/generic/
H A Dsetup.c149 unsigned int dc_size = 1 << (12 + ((conf & CONF_DC) >> 6)); in early_flush_dcache() local
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h126 struct dc_size { struct
127 int width;
128 int height;
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h267 __u16 dc_size; /* Disk child's used space. */ member
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dpdc.h516 unsigned long dc_size; /* size in bytes */ member
/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h2036 __le16 dc_size; /* Disk child's used space. */ member
2042 #define dc_size(dc_p) (le16_to_cpu((dc_p)->dc_size)) macro