| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | pat.rst | 22 WC Write-combined 47 | ioremap_wc | -- | -- | WC | 54 | set_memory_wc, | WC | -- | -- | 62 | pci sysfs resource_wc | -- | -- | WC | 68 | pci proc | -- | -- | WC | 71 | /dev/mem | -- | WB/WC/UC- | WB/WC/UC- | 77 | /dev/mem | -- | WB/WC/UC- | WB/WC/UC- | 112 In addition, step 2 internally tracks the region as UC or WC in memtype 127 is made, should already have been ioremapped with WC attributes or PAT entries, 145 WC 000 WB _PAGE_CACHE_MODE_WB WC | WC [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | 24 -{"wait", X(31,30), XWCPL_MASK, POWER10, 0, {WC, PL}}, 25 -{"wait", X(31,30), XWC_MASK, POWER9, POWER10, {WC}}, 33 -{"wait", X(31,62), XWC_MASK, E500MC|PPCA2, 0, {WC}}, 34 +{"wait", X(31,62), XWC_MASK, E500MC|PPCA2|POWER9|POWER10, 0, {WC}},
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs3proc.c | 708 #define WC (7+pAT) /* WCC attributes */ macro 738 .pc_xdrressize = ST+WC, 788 .pc_xdrressize = ST+WC+4, 798 .pc_xdrressize = ST+(1+FH+pAT)+WC, 808 .pc_xdrressize = ST+(1+FH+pAT)+WC, 818 .pc_xdrressize = ST+(1+FH+pAT)+WC, 828 .pc_xdrressize = ST+(1+FH+pAT)+WC, 838 .pc_xdrressize = ST+WC, 848 .pc_xdrressize = ST+WC, 858 .pc_xdrressize = ST+WC+WC, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ia64/ |
| H A D | aliasing.rst | 21 WC Write-coalescing 25 used for memory-mapped I/O devices. The WC attribute is uncacheable 130 may not be requested as using the WC attribute. 132 If WC is requested, and the region in kern_memmap is either WC 133 or UC, and the EFI memory map designates the region as WC, then 134 the WC mapping is allowed.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/ |
| H A D | Kconfig | 47 Q-Tec 770WC 52 QTec 775WC
|
| /OK3568_Linux_fs/kernel/sound/pci/ctxfi/ |
| H A D | ct20k2reg.h | 11 #define WC 0x1b7000 macro
|
| H A D | ct20k1reg.h | 587 #define WC 0x1C6000 macro
|
| H A D | cthw20k2.c | 1124 return hw_read_20kx(hw, WC); in get_wc()
|
| H A D | cthw20k1.c | 1181 return hw_read_20kx(hw, WC); in get_wc()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/pat/ |
| H A D | memtype.c | 200 case PAT_WC: cache = CM(WC); cache_mode = "WC "; break; in pat_get_cache_mode() 366 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) | in pat_init() 367 PAT(4, WB) | PAT(5, WC) | PAT(6, UC_MINUS) | PAT(7, UC); in pat_init() 395 pat = PAT(0, WB) | PAT(1, WC) | PAT(2, UC_MINUS) | PAT(3, UC) | in pat_init()
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | io.c | 469 curtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait() 473 newtime = inl(emu->port + WC) >> 6; in snd_emu10k1_wait()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-ti-qspi.c | 103 #define WC 0x02 macro 233 if (stat & WC) in ti_qspi_poll_wc() 239 if (stat & WC) in ti_qspi_poll_wc()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-2 | 4644 -- Function: int iswctype (wint_t WC, wctype_t DESC) 4649 This function returns a nonzero value if WC is in the character 4661 -- Function: int iswalnum (wint_t WC) 4666 This function returns a nonzero value if WC is an alphanumeric 4677 -- Function: int iswalpha (wint_t WC) 4682 Returns true if WC is an alphabetic character (a letter). If 4697 -- Function: int iswcntrl (wint_t WC) 4702 Returns true if WC is a control character (that is, a character 4711 -- Function: int iswdigit (wint_t WC) 4716 Returns true if WC is a digit (e.g., ‘0’ through ‘9’). Please note [all …]
|
| H A D | libc.info-13 | 13457 ‘wint_t fputwc (wchar_t WC, FILE *STREAM)’ 13461 ‘wint_t fputwc_unlocked (wchar_t WC, FILE *STREAM)’ 14551 ‘int iswalnum (wint_t WC)’ 14555 ‘int iswalpha (wint_t WC)’ 14559 ‘int iswblank (wint_t WC)’ 14563 ‘int iswcntrl (wint_t WC)’ 14567 ‘int iswctype (wint_t WC, wctype_t DESC)’ 14571 ‘int iswdigit (wint_t WC)’ 14575 ‘int iswgraph (wint_t WC)’ 14579 ‘int iswlower (wint_t WC)’ [all …]
|
| H A D | libc.info-4 | 6951 -- Function: wint_t fputwc (wchar_t WC, FILE *STREAM) 6956 The ‘fputwc’ function writes the wide character WC to the stream 6958 character WC is returned. 6968 -- Function: wint_t fputwc_unlocked (wchar_t WC, FILE *STREAM) 6989 -- Function: wint_t putwc (wchar_t WC, FILE *STREAM) 7008 -- Function: wint_t putwc_unlocked (wchar_t WC, FILE *STREAM) 7026 -- Function: wint_t putwchar (wchar_t WC) 7042 -- Function: wint_t putwchar_unlocked (wchar_t WC)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-2 | 4644 -- Function: int iswctype (wint_t WC, wctype_t DESC) 4649 This function returns a nonzero value if WC is in the character 4661 -- Function: int iswalnum (wint_t WC) 4666 This function returns a nonzero value if WC is an alphanumeric 4677 -- Function: int iswalpha (wint_t WC) 4682 Returns true if WC is an alphabetic character (a letter). If 4697 -- Function: int iswcntrl (wint_t WC) 4702 Returns true if WC is a control character (that is, a character 4711 -- Function: int iswdigit (wint_t WC) 4716 Returns true if WC is a digit (e.g., ‘0’ through ‘9’). Please note [all …]
|
| H A D | libc.info-13 | 13457 ‘wint_t fputwc (wchar_t WC, FILE *STREAM)’ 13461 ‘wint_t fputwc_unlocked (wchar_t WC, FILE *STREAM)’ 14551 ‘int iswalnum (wint_t WC)’ 14555 ‘int iswalpha (wint_t WC)’ 14559 ‘int iswblank (wint_t WC)’ 14563 ‘int iswcntrl (wint_t WC)’ 14567 ‘int iswctype (wint_t WC, wctype_t DESC)’ 14571 ‘int iswdigit (wint_t WC)’ 14575 ‘int iswgraph (wint_t WC)’ 14579 ‘int iswlower (wint_t WC)’ [all …]
|
| H A D | libc.info-4 | 6951 -- Function: wint_t fputwc (wchar_t WC, FILE *STREAM) 6956 The ‘fputwc’ function writes the wide character WC to the stream 6958 character WC is returned. 6968 -- Function: wint_t fputwc_unlocked (wchar_t WC, FILE *STREAM) 6989 -- Function: wint_t putwc (wchar_t WC, FILE *STREAM) 7008 -- Function: wint_t putwc_unlocked (wchar_t WC, FILE *STREAM) 7026 -- Function: wint_t putwchar (wchar_t WC) 7042 -- Function: wint_t putwchar_unlocked (wchar_t WC)
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | emu10k1.h | 151 #define WC 0x10 /* Wall Clock register */ macro 1844 static inline unsigned int snd_emu10k1_wc(struct snd_emu10k1 *emu) { return (inl(emu->port + WC) >>… in snd_emu10k1_wc()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx5/ |
| H A D | imx-regs.h | 143 #define WC (1 << 11) macro
|
| /OK3568_Linux_fs/kernel/Documentation/PCI/ |
| H A D | sysfs-pci.rst | 48 resource0_wc..N_wc PCI WC map resource N, if prefetchable (binary, mmap)
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | Registry | 283 FramebufferWC B V Enable/disable WC for the framebuffer
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A D | head.S | 733 @ ...I .... ..D. WC.M 762 @ .... .... .... WC.M
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-mq-debugfs.c | 121 QUEUE_FLAG_NAME(WC),
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | bug-hunting.rst | 9 CPU: 1 PID: 28102 Comm: rmmod Tainted: P WC O 4.8.4-build.1 #1
|