亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? syslib.c

?? pentium4 pc的vxworks bsp源代碼
?? C
?? 第 1 頁 / 共 5 頁
字號:
/* sysLib.c - PC [34]86/Pentium/Pentium[234] system-dependent library *//* Copyright 1984-2002 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------05g,25mar03,zmm  Fix SPR 86838. The vxShowInit() will be called for every x86 CPU. 05f,05nov02,hdn  made sysCpuProbe() execution conditional (spr 76279)05e,01oct02,hdn  added Debug Store support for Pentium405d,09sep02,hdn  added Thermal Monitoring support for Pentium405c,21jun02,pai  Linker-defined <end> symbol is now cast to an unsigned                 integer instead of a signed integer where needed.                 Updated commentary and page-sized stride in sysPhysMemTop()                 memory auto-size algorithm (SPR 79525).05b,12jul02,dmh  include sysNvRam.c based value of NV_RAM_SIZE instead of                 IACSF05a,11jul02,dmh  remove SFL_START_ADDR for iacsfl-based BSPs.04z,04jul02,hdn  added the checksum to the FAST_REBOOT mechanism.04y,18jun02,hdn  cleaned up sysPhysMemDesc[] and new reboot mechanism.04x,03jun02,pai  Updated sysMmuMapAdd() documentation.  Modified file I/O                 status messages in sysToMonitor().04w,05jun02,hdn  added 2MB page size support for 36Bit MMU04v,25may02,hdn  updated sysMmuMapAdd to align VM_PAGE_SIZE (spr 77530)		 added intLock/Unlock in sysIntLock/Unlock (spr 75694)04u,24may02,hdn  replaced PAGE_SIZE with VM_PAGE_SIZE for 4MB page04t,23may02,pai  Add WindML device initialization to sysHwInit().04s,20may02,rhe  added USB support for ohci cards. SPR# 7630804r,09may02,hdn  added Pentium4 Asymmetric Multi Processor configuration04q,29apr02,pai  Complete the fix for (SPR 8385).  Modified sysPhysMemTop()                 will now auto-size a larger address space.04p,28apr02,hdn  added optional new i8259 PIC specific features (spr 76411)04o,22apr02,pai  Removed configuration related to obsolete SMC Ultra Netif                 driver.04n,09apr02,pai  Reworked ATA configuration and documentation (SPR# 73848).                 Added sysHwInit0() for the (SPR 74951) fix implementation.04m,01apr02,jkf  Added _WRS_BSP_DEBUG_NULL_ACCESS to generate exception when                 code accesses to lower page of memory, null ptr, occur.04l,25mar02,pai  Conditionally include MTRR table based upon PENTIUM2/3/4 CPU                 types - a modification to the version 04k implementation.04k,22mar02,pai  Do not include <sysMtrr> table for P5/PENTIUM builds (SPR#                 73939).04j,21mar02,pai  Make pciConfigShow configurable based upon the                 INCLUDE_PCI_CFGSHOW component (SPR 74274).04i,12mar02,hdn  replaced redTable[] with sysInumTbl[] for HTT (spr 73738)04h,07mar02,hdn  excluded MTRR code from P5 (spr 73939)04g,03dec01,jkf  sysToMonitor: checks if device exists before creation,                 and using new macros for device and file name strings.04f,27nov01,dmh  move include of iacsfl.h from sysLib.c to config.h04e,16nov01,ahm  added power management mode initialization (SPR#32599)04d,06nov01,hdn  added PIRQ[n] and IOAPIC support for Pentium404c,02nov01,dmh  add nvram for iacsfl boards. SPR# 7043304b,01nov01,hdn  added MSRs init, reset PM, enabled MCA w pentiumMcaEnable()04a,01nov01,jln  added support for gei82543End driver03z,22oct01,dmh  replace iPiix4 support with pciAutoConfig. SPR# 65192.03y,17oct01,hdn  removed duplicate sysMmuMapAdd() prototype.		 moved enabling MC exception into excArchLib.		 added LOCAL_MEM_AUTOSIZE in sysPhysMemTop().		 made LOWER_MEM_TOP configurable to preserve the MP table.03x,11oct01,pai  Updating details related to BSP NIC driver support.  Removed                 INCLUDE_EEX32 and INCLUDE_FEI definition conditional on                 DOC macro.  Updated description of BSP driver config                 routines.  Added PCI library customization and BSP-specific                 PCI support.  Implemented new PCI Ethernet controller                 initialization (SPR# 35716) and (SPR# 69775).03w,01oct01,hdn  replaced INT_NUM_GET(LPT0_INT_LVL) with INT_NUM_LPT003v,26sep01,pai  Added support for dec21x40End driver.  Added sysLn97xEnd                 driver configuration file.  Added WindML BSP routines.                 sysToMonitor() now opens bootrom.sys as RDONLY (SPR 23057).03u,24sep01,pai  Updated LPT resource table and macros (SPR 30067).03t,11sep01,hdn  renamed XXX_INT_VEC to INT_NUM_XXX as vector no of XXX		 updated sysIntEoiGet() as APIC's INT_LVL got cleaned up		 updated CPUID structure for PENTIUM4		 removed sysCodeSelector.03s,16aug01,hdn  added PENTIUM2/3/4 support03r,15aug01,hdn  included iacsfl.h if INCLUDE_IACSFL is defined.03q,15jun00,jkf  release floppy disk on reboot(), SPR#3028003p,15jun00,jkf  sysPhysMemTop() loop changed to report all found memory.03o,03may00,mks  modified sysHwInit and sysToMonitor to support SFL based                 boot process.03n,07sep99,stv  macros for including END driver components are 		 conditioned according to SPR# 26296.03m,21apr99,hdn  added conditional tffsDrv.h inclusion (SPR# 26922)03l,12mar99,cn   added support for el3c90xEnd driver (SPR# 25327).03k,09mar99,sbs  added support for ne2000End driver                 added support for ultraEnd driver                 added support for elt3c509End driver03j,01feb99,jkf  added END support for AMD 7997x PCI card.03i,26jan99,jkf  changed sysHwInit2 to use INCLUDE_ADD_BOOTMEM and                 removed ATA_MEM_DOSFS from sysToMonitor.  SPR#2133803h,31mar98,cn   Added Enhanced Network Driver support.03g,04jun98,hdn  made sysIntLevel() faster. added sysIntCount[] for debug.03f,28may98,hdn  added support for APIC.03e,12may98,hdn  merged with pcPentium/sysLib.c. obsolete INCLUDE_IDE.03d,23apr98,yp   merged TrueFFS support.03c,16apr98,hdn  added sysCpuid[] for sysCpuProbe().03b,17mar98,sbs  using macro for dummy mmu entry.                 added forward declaration for sysMmuMapAdd().                 changed sysIntIdtType and sysWarmType to use macros.                   documentation update.03a,12mar98,sbs  moved PCI initialization from sysPhysMemTop() to sysHwInit().                 changed the PCI library calls to the new updated library API.                  moved sys557PciInit() from sysPhysMemTop() to sysHwInit().                 added sysAic7880PciInit().02z,02mar98,sbs  removed device specific mmu entries and added dynamic entries                 in sysPhysMemDesc table.                 added sysMmuMapAdd().                 added initialization of sysPhysMemDescNumEnt in sysHwInit().02y,06jan98,hdn  included tffsDrv.h.02x,15dec97,hdn  added support for warm start from TFFS device.02w,10jul97,dds  added SCSI-2 support.02v,24mar97,mas  added sysPhysMemTop(); removed NOMANUAL from sysHwInit2();                 parameterized the sysWarm* reboot variables (SPR 7806, 7850).02u,03dec96,hdn  added sys557PciInit().  		 moved PCI initialization from sysHwInit2() to sysMemTop().02t,22nov96,dat  added sysNetif.c, for all network support rtns. (if_eex32.c		 and if_i82557 were combined into sysNetif.c)02s,20nov96,db   conditionally defined INCLUDE_EEX32 for man page(SPR #6190).02r,20nov96,hdn  added support for PRO100B.  02q,01nov96,hdn  added support for PCMCIA.  02p,21oct96,hdn  removed lptTimeout, added lptResources[].02o,14oct96,dat  removed ref to i8253TimerTS.c, merged from windview102.02n,24sep96,hdn  fixed by removing IMPORT ATA_RESOURCE ataResources[].02m,03sep96,hdn  added the compression support. 		 changed constants to ROM_WARM_HIGH and ROM_WARM_LOW.02l,09aug96,hdn  renamed INT_VEC_IRQ0 to INT_NUM_IRQ0.02k,26jul96,hdn  shut off warning message: "implicit declaration of function"02j,18jul96,hdn  added support for INCLUDE_ATA.02i,19jul96,wlf  doc: cleanup.02h,25jun96,hdn  added support for TIMESTAMP timer.02g,17jun96,hdn  initialized sysProcessor to NONE02f,14jun96,hdn  added support for PCI bus.02e,28may96,hdn  renamed PIT_INT_xxx to PIT0_INT_xxx.02d,28sep95,dat  new BSP revision id02c,27sep95,hdn  fixed a typo by changing IO_ADRS_ULTRA to IO_ADRS_ELC.02b,14jun95,hdn  added a global variable sysCodeSelector.		 added a local function sysIntVecSetEnt(), sysIntVecSetExit().		 renamed pSysEndOfInt to intEOI.		 moved global function declarations to sysLib.h.02a,14jun95,myz  moved serial configuration to sysSerial.c01z,07jan95,hdn  added an accurate memory size checking.01y,31oct94,hdn  changed sysMemTop() to find out a memory size.		 deleted sysGDT and used sysGdt in sysALib.s.		 added the Intel EtherExpress32 driver.		 deleted a conditional macro for INCLUDE_LPT.		 swapped 1st and 2nd parameter of fdDevCreate().		 imported globals to timeout IDE and LPT.01x,12oct94,hdn  deleted sysBootType.		 added a conditional macro for INCLUDE_LPT.01w,29may94,hdn  moved sysCpuProbe() to cacheArchLib.c.		 added open and read bootrom.dat in sysToMonitor().01v,22apr94,hdn  moved sysVectorIRQ0 from i8259Pic.c.		 made new globals sysFdBuf and sysFdBufSize.		 supported the warm start from the EPROM.01u,06apr94,hdn  added sysCpuProbe().01t,17feb94,hdn  deleted memAddToPool() in sysHwInit2().		 added a conditional statement in sysMemTop().		 changed sysWarmType 0 to 1.01s,03feb94,hdn  added MMU conditional macro for the limit in the GDT.01r,29nov93,hdn  added sysBspRev () routine.01q,22nov93,hdn  added xxdetach () routine for warm start.01p,16nov93,hdn  added sysWarmType which controls warm start device.01o,09nov93,hdn  added warm start (control X).01n,08nov93,vin  added support pc console drivers.01m,27oct93,hdn  added memAddToPool stuff to sysHwInit2().01l,12oct93,hdn  changed PIT_INT_VEC_NUM to PIT_INT_VEC.01k,05sep93,hdn  moved PIC related functions to intrCtl/i8259Pic.c.		 added sysDelay ().01j,12aug93,hdn  changed a global descriptor table sysGDT.		 deleted sysGDTSet.01i,11aug93,hdn  added a global sysVectorIRQ0.01h,03aug93,hdn  changed a mapping IRQ to Vector Table.01g,26jul93,hdn  added a memory descriptor table sysPhysMemDesc[].01f,25jun93,hdn  changed sysToMonitor() to call sysReboot.01e,24jun93,hdn  changed the initialization of PIC.01d,17jun93,hdn  updated to 5.1.01c,08apr93,jdi  doc cleanup.01d,07apr93,hdn  renamed Compaq to PC.01c,26mar93,hdn  added the global descriptor table, memAddToPool.		 moved enabling A20 to romInit.s. added cacheClear for 486.01b,18nov92,hdn  supported nested interrupt.01a,15may92,hdn  written based on frc386 version.*//*DESCRIPTIONThis library provides board-specific routines.  The device configurationmodules and device drivers included are:    i8253Timer.c - Intel 8253 timer driver    i8259Intr.c - Intel 8259 Programmable Interrupt Controller (PIC) library    ioApicIntr.c - Intel IO APIC/xAPIC driver    ioApicIntrShow.c - Intel IO APIC/xAPIC driver show routines    iPiix4Pci.c - low level initalization code for PCI ISA/IDE Xcelerator    loApicIntr.c - Intel Pentium[234] Local APIC/xAPIC driver    loApicIntrShow.c - Intel Local APIC/xAPIC driver show routines    loApicTimer.c - Intel Pentium2/3/4 Local APIC timer library    nullNvRam.c - null NVRAM library    nullVme.c - null VMEbus library    pccardLib.c - PC CARD enabler library    pccardShow.c - PC CARD show library    pciCfgStub.c - customizes pciConfigLib for the BSP    pciCfgIntStub.c - customizes pciIntLib for the BSP    pciConfigLib.c - PCI configuration space access support for PCI drivers    pciIntLib.c - PCI shared interrupt support    pciConfigShow.c - Show routines for PCI configuration library    sysDec21x40End.c - system configuration module for dec21x40End driver    sysEl3c509End.c - system configuratin module for elt3c509End driver    sysEl3c90xEnd.c -  system configuration module for el3c90xEnd driver    sysFei82557End.c - system configuration module for fei82557End driver    sysGei82543End.c - system configuration module for gei82543End driver    sysLn97xEnd.c - system configuration module for ln97xEnd driver    sysNe2000End.c - system configuration module for ne2000End driver    sysUltraEnd.c - system configuration module for SMC Elite ultraEnd driver    sysWindML.c - WindML BSP support routinesINCLUDE FILES: sysLib.hSEE ALSO:.pG "Configuration"*//* includes (header file) */#include "vxWorks.h"#include "vme.h"#include "memLib.h"#include "sysLib.h"#include "string.h"#include "intLib.h"#include "config.h"#include "logLib.h"#include "taskLib.h"#include "vxLib.h"#include "errnoLib.h"#include "dosFsLib.h"#include "stdio.h"#include "cacheLib.h"#include "private/vmLibP.h"#include "arch/i86/pentiumLib.h"#ifdef	INCLUDE_TFFS#   include "tffs/tffsDrv.h"#endif	/* INCLUDE_TFFS */#ifdef  INCLUDE_SMCFDC37B78X#   include "drv/multi/smcFdc37b78x.h"#   ifndef PRJ_BUILD#       include "multi/smcFdc37b78x.c"#   endif /* PRJ_BUILD */#endif  /* INCLUDE_SMCFDC37B78X */#if defined(INCLUDE_PC_CONSOLE) && defined(INCLUDE_CTB69000VGA)#   ifndef PRJ_BUILD#       include "video/ctB69000Vga.c"#   endif /* PRJ_BUILD */#endif  /* INCLUDE_PC_CONSOLE && INCLUDE_CTB69000VGA *//* defines */#define ROM_SIGNATURE_SIZE	16#if	(VM_PAGE_SIZE == PAGE_SIZE_4KB)#   if	(LOCAL_MEM_LOCAL_ADRS >= 0x00100000)#       define LOCAL_MEM_SIZE_OS	0x00180000	/* n * VM_PAGE_SIZE */#   else#       define LOCAL_MEM_SIZE_OS	0x00080000	/* n * VM_PAGE_SIZE */#   endif /* (LOCAL_MEM_LOCAL_ADRS >= 0x00100000) */#else	/* VM_PAGE_SIZE is 2/4MB */#   define LOCAL_MEM_SIZE_OS		VM_PAGE_SIZE	/* n * VM_PAGE_SIZE */#endif	/* (VM_PAGE_SIZE == PAGE_SIZE_4KB) */#if	defined (TGT_CPU) && defined (BOOTCODE_IN_RAM)#   ifndef FAST_REBOOT#       define FAST_REBOOT				/* fast reboot */#   endif#endif	/* defined (TGT_CPU) && defined (BOOTCODE_IN_RAM) *//* * IA-32 protected mode physical address space 4GB (2^32) and protected * mode physical address space extension 64GB (2^36) size constants. */#define SIZE_ADDR_SPACE_32   (0x100000000ull)#define SIZE_ADDR_SPACE_36   (0x1000000000ull)/* maximum address space probed when using memory auto-sizing */#define PHYS_MEM_MAX         (SIZE_ADDR_SPACE_32)#define HALF(x)              (((x) + 1) >> 1)/* sysPhysMemTop() memory test patterns */#define TEST_PATTERN_A       (0x57696E64)#define TEST_PATTERN_B       (0x52697665)#define TEST_PATTERN_C       (0x72537973)#define TEST_PATTERN_D       (0x74656D73)/* imports */IMPORT char        end;                       /* linker defined end-of-image */IMPORT GDT         sysGdt[];                  /* the global descriptor table */IMPORT void        elcdetach (int unit);IMPORT VOIDFUNCPTR intEoiGet;                 /* BOI/EOI function pointer */IMPORT void        intEnt (void);IMPORT int         sysCpuProbe (void);        /* set a type of CPU family */IMPORT VOID        sysUsbOhciPciInit (void);  /* USB OHCI Init *//* globals */PHYS_MEM_DESC sysPhysMemDesc [] =    {    /* adrs and length parameters must be page-aligned (multiples of 4KB/4MB) */#if	(VM_PAGE_SIZE == PAGE_SIZE_4KB)    /*     * Defining _WRS_BSP_DEBUG_NULL_ACCESS for debugging configuration.     * Doing so explicitly marks some lower memory invalid.     * Any code access to the invalid address range will generate     * a MMU exception and the offending task will be suspended.     * Then use l(), lkAddr, ti(), and tt() to find the NULL access.     * Defining _WRS_BSP_DEBUG_NULL_ACCESS adds an entry to the front     * of the sysPhysMemDesc[] array. Any code which alters this table     * will need adjustment (for example: sysPhysMemTop() is altered     * to account for another entry into the sysPhysMemDesc[] array     * when _WRS_BSP_DEBUG_NULL_ACCESS is defined.     */    /* lower memory for invalid access */    {    (void *) 0x0,    (void *) 0x0,    _WRS_BSP_VM_PAGE_OFFSET,#   ifdef _WRS_BSP_DEBUG_NULL_ACCESS    VM_STATE_MASK_VALID | VM_STATE_MASK_WRITABLE | VM_STATE_MASK_CACHEABLE,    VM_STATE_VALID_NOT  | VM_STATE_WRITABLE_NOT  | VM_STATE_CACHEABLE_NOT#   else    VM_STATE_MASK_FOR_ALL,    VM_STATE_FOR_MEM_OS#   endif /* _WRS_BSP_DEBUG_NULL_ACCESS */    },    /* lower memory for valid access */    {    (void *) _WRS_BSP_VM_PAGE_OFFSET,    (void *) _WRS_BSP_VM_PAGE_OFFSET,    0xa0000 - _WRS_BSP_VM_PAGE_OFFSET,    VM_STATE_MASK_FOR_ALL,    VM_STATE_FOR_MEM_OS    },    /* video ram, etc */    {    (void *) 0x000a0000,    (void *) 0x000a0000,    0x00060000,    VM_STATE_MASK_FOR_ALL,    VM_STATE_FOR_IO    },#   if (LOCAL_MEM_LOCAL_ADRS >= 0x00100000)    /* upper memory for OS */    {

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人18精品视频| 精品国产91亚洲一区二区三区婷婷| 日韩一级视频免费观看在线| 一区二区三国产精华液| 欧美群妇大交群中文字幕| 亚洲国产成人av网| 91精品国产一区二区| 国产精品一品视频| 午夜天堂影视香蕉久久| 久久久亚洲精品一区二区三区 | 国产精品天干天干在观线| 欧美日韩国产一区| 高清国产一区二区| 偷拍日韩校园综合在线| 亚洲免费电影在线| 欧美韩国日本不卡| 精品久久久久久久久久久久久久久 | 国产欧美1区2区3区| 91精品久久久久久久99蜜桃| 成人午夜精品一区二区三区| 人禽交欧美网站| 亚洲成人精品影院| 亚洲国产日韩一级| 亚洲乱码国产乱码精品精小说| 国产日韩视频一区二区三区| 欧美精品一区二区三区在线| 欧美电影免费观看高清完整版在线 | 天堂精品中文字幕在线| 亚洲精品免费在线观看| 国产精品情趣视频| 自拍偷拍亚洲欧美日韩| 国产午夜精品理论片a级大结局| 欧美变态口味重另类| 日韩免费高清av| 国产三级一区二区| 136国产福利精品导航| 亚洲色图一区二区| 亚洲国产成人91porn| 日本欧美大码aⅴ在线播放| av成人免费在线| 欧美一区2区视频在线观看| 国产视频在线观看一区二区三区| 欧美激情一区二区三区不卡 | 日韩一级片网址| 国产精品丝袜一区| 亚洲国产精品久久久男人的天堂| 麻豆freexxxx性91精品| caoporm超碰国产精品| 91久久精品一区二区三| 久久亚区不卡日本| 亚洲最大成人网4388xx| 韩国精品一区二区| 色哟哟在线观看一区二区三区| 91精品国产综合久久精品性色| 国产亚洲精品中文字幕| 免费美女久久99| 色婷婷国产精品久久包臀| 欧美sm极限捆绑bd| 午夜久久电影网| 91美女福利视频| 亚洲视频免费看| 成人的网站免费观看| 久久精品日韩一区二区三区| 精品一区在线看| 日韩一二在线观看| 激情综合网天天干| 精品欧美一区二区三区精品久久| 一区二区三区四区精品在线视频| 色女孩综合影院| 国产精品久久久久久久浪潮网站 | 久久亚区不卡日本| 国产高清无密码一区二区三区| 久久夜色精品国产欧美乱极品| 日本女人一区二区三区| 欧美日韩视频在线观看一区二区三区 | 在线日韩国产精品| 性感美女极品91精品| 欧美精品少妇一区二区三区| 午夜视频在线观看一区二区 | 欧美日韩国产片| 精品一区二区三区视频 | 精品美女一区二区| 国产91在线观看丝袜| 亚洲一区二区在线视频| 91精品国产aⅴ一区二区| 国内精品久久久久影院薰衣草 | 色综合天天视频在线观看| 亚洲综合自拍偷拍| 久久综合九色综合欧美98| 91色视频在线| 国内精品在线播放| 亚洲精品乱码久久久久久久久| 精品福利一区二区三区免费视频| 91丨九色丨蝌蚪丨老版| 激情文学综合丁香| 日韩二区三区在线观看| 亚洲综合精品自拍| 国产精品无圣光一区二区| 91精品国产免费| 欧美日韩大陆在线| 在线不卡一区二区| 最新不卡av在线| 一区二区三区中文在线观看| 国产精品视频一二三| 日韩精品在线一区| 欧美视频在线一区| 91麻豆蜜桃一区二区三区| 国产成人精品一区二| 精品一区二区久久| 久久精品国产成人一区二区三区| 五月婷婷激情综合网| 九九精品一区二区| 成人综合婷婷国产精品久久免费| 国产不卡在线播放| 欧美视频中文字幕| 久久色在线视频| 欧美草草影院在线视频| 欧美一区二区三区四区高清| 国产精品免费丝袜| 青青草国产成人99久久| 成人av电影免费观看| 欧美色欧美亚洲另类二区| 日韩一区二区不卡| 日韩一区在线免费观看| 丝袜美腿亚洲一区| 国产99精品国产| 欧美一区二区三区性视频| 亚洲黄色录像片| 激情文学综合丁香| 欧美在线观看一区二区| 久久免费视频一区| 一区二区三区四区不卡在线| 韩国v欧美v日本v亚洲v| 欧美午夜电影网| 自拍偷自拍亚洲精品播放| 蜜臀av性久久久久蜜臀aⅴ | 美女视频黄 久久| 欧美午夜电影一区| 一区二区三区资源| 国产91清纯白嫩初高中在线观看| 91精品国产91久久久久久一区二区 | 久久久久久久精| 青青青伊人色综合久久| 在线电影欧美成精品| 天天射综合影视| 欧美自拍偷拍午夜视频| 亚洲天堂久久久久久久| 成人亚洲一区二区一| 久久精品人人爽人人爽| 久久精品久久99精品久久| 日韩欧美中文字幕精品| 免费久久99精品国产| 88在线观看91蜜桃国自产| 香蕉成人伊视频在线观看| 欧美在线综合视频| 亚洲1区2区3区4区| 久久久国产综合精品女国产盗摄| 国产精品白丝在线| 激情av综合网| 大白屁股一区二区视频| 欧美大片在线观看一区| 色综合网站在线| 国产揄拍国内精品对白| 国产精品色一区二区三区| 91福利视频在线| 国产麻豆91精品| 青青草国产精品97视觉盛宴| 国产精品盗摄一区二区三区| 在线成人午夜影院| 91在线云播放| 日本va欧美va欧美va精品| 国产精品国产a级| 精品国产伦一区二区三区观看体验| 成人av影院在线| 美女网站在线免费欧美精品| 一区二区三区美女视频| 久久久久久综合| 欧美一区日韩一区| 欧美狂野另类xxxxoooo| 成人免费视频播放| www.在线欧美| 97久久超碰国产精品| 色偷偷成人一区二区三区91| 亚洲一卡二卡三卡四卡五卡| 久久精品夜色噜噜亚洲aⅴ| 7777精品久久久大香线蕉| 91在线一区二区三区| 国产在线不卡一区| 久久国产尿小便嘘嘘| 日本不卡在线视频| 午夜精品久久久久影视| 亚洲黄色在线视频| 亚洲午夜影视影院在线观看| 亚洲精品一卡二卡| 亚洲午夜激情网站| 婷婷六月综合亚洲| 另类小说欧美激情| 捆绑紧缚一区二区三区视频| 老司机精品视频一区二区三区| 国内精品国产成人国产三级粉色 |