Created
September 2, 2014 23:29
-
-
Save lancelakey/a4fa9cff3b111ca964f0 to your computer and use it in GitHub Desktop.
arch lsmod
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ip-172-31-4-113 ~]# lsmod | |
Module Size Used by | |
isofs 31387 0 | |
crct10dif_pclmul 3607 0 | |
crct10dif_common 1527 1 crct10dif_pclmul | |
crc32_pclmul 2459 0 | |
ghash_clmulni_intel 3843 0 | |
aesni_intel 128359 0 | |
aes_x86_64 7510 1 aesni_intel | |
lrw 3545 1 aesni_intel | |
gf128mul 6389 1 lrw | |
glue_helper 4681 1 aesni_intel | |
ablk_helper 2339 1 aesni_intel | |
cryptd 7284 3 ghash_clmulni_intel,aesni_intel,ablk_helper | |
xen_fbfront 6270 1 | |
syscopyarea 3563 1 xen_fbfront | |
sysfillrect 3627 1 xen_fbfront | |
microcode 207887 0 | |
sysimgblt 2349 1 xen_fbfront | |
fb_sys_fops 1469 1 xen_fbfront | |
psmouse 51764 0 | |
serio_raw 4983 0 | |
i2c_piix4 8653 0 | |
intel_agp 10029 0 | |
intel_gtt 11851 1 intel_agp | |
i2c_core 21869 1 i2c_piix4 | |
parport_pc 28898 0 | |
parport 32220 1 parport_pc | |
processor 22955 0 | |
evdev 10645 2 | |
ext4 468209 1 | |
crc16 1519 1 ext4 | |
jbd2 82509 1 ext4 | |
mbcache 6436 1 ext4 | |
ata_generic 3509 0 | |
pata_acpi 3181 0 | |
ata_piix 24693 0 | |
crc32c_intel 8912 0 | |
libata 175277 3 pata_acpi,ata_generic,ata_piix | |
scsi_mod 134616 1 libata | |
floppy 56806 0 | |
ixgbevf 37484 0 | |
xen_privcmd 4984 0 | |
xen_netfront 19258 0 | |
xen_blkfront 18931 2 | |
virtio_pci 6602 0 | |
virtio_net 18184 0 | |
virtio_blk 7090 0 | |
virtio_ring 8287 3 virtio_blk,virtio_net,virtio_pci | |
virtio 4001 3 virtio_blk,virtio_net,virtio_pci | |
ipmi_poweroff 6662 0 | |
ipmi_msghandler 32340 1 ipmi_poweroff | |
button 4480 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment