Results of 1 - 10 of about 14 for PROT (0.003 sec.)
- Man page of MPROTECT 12568
- MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mprot
...
tect, pkey_mprotect - メモリー領域の保護を設定する 書式 #include < ...
sys/mman.h > int mprotect(void * addr , size_t len , int prot ); #define ...
cros (7) 参照 */ #include < sys/mman.h > int pkey_mprotect(void * addr , size_t len , int prot , int pkey ...
); 説明 mprotect () は、区間 [ addr , addr + len -1] のアドレス範 ...
-
https://man.plustar.jp/manpage/man2/mprotect.2.html
- [similar]
- Man page of MPROTECT 12568
- MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mprot
...
tect, pkey_mprotect - メモリー領域の保護を設定する 書式 #include < ...
sys/mman.h > int mprotect(void * addr , size_t len , int prot ); #define ...
cros (7) 参照 */ #include < sys/mman.h > int pkey_mprotect(void * addr , size_t len , int prot , int pkey ...
); 説明 mprotect () は、区間 [ addr , addr + len -1] のアドレス範 ...
-
https://man.plustar.jp/manpage/man2/pkey_mprotect.2.html
- [similar]
- Man page of MMAP 9452
- MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu
...
n.h > void *mmap(void * addr , size_t length , int prot , int flags , int fd , off_t offset ); int munmap( ...
が返すページサイズの倍数でなければならない。 引き数 prot には、マッピングのメモリー保護をどのように行なうか ...
る (ファイルのオープンモードと矛盾してはいけない)。 prot には、 PROT_NONE か、以下のフラグをひとつ以上ビット ...
毎の論理和 (OR) をとったものを 指定できる。 PROT_EXEC ページは実行可能である。 PROT_READ ページは読 ...
-
https://man.plustar.jp/manpage/man2/mmap.2.html
- [similar]
- Man page of MMAP 9452
- MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu
...
n.h > void *mmap(void * addr , size_t length , int prot , int flags , int fd , off_t offset ); int munmap( ...
が返すページサイズの倍数でなければならない。 引き数 prot には、マッピングのメモリー保護をどのように行なうか ...
る (ファイルのオープンモードと矛盾してはいけない)。 prot には、 PROT_NONE か、以下のフラグをひとつ以上ビット ...
毎の論理和 (OR) をとったものを 指定できる。 PROT_EXEC ページは実行可能である。 PROT_READ ページは読 ...
-
https://man.plustar.jp/manpage/man2/munmap.2.html
- [similar]
- Man page of MMAP 9452
- MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu
...
n.h > void *mmap(void * addr , size_t length , int prot , int flags , int fd , off_t offset ); int munmap( ...
が返すページサイズの倍数でなければならない。 引き数 prot には、マッピングのメモリー保護をどのように行なうか ...
る (ファイルのオープンモードと矛盾してはいけない)。 prot には、 PROT_NONE か、以下のフラグをひとつ以上ビット ...
毎の論理和 (OR) をとったものを 指定できる。 PROT_EXEC ページは実行可能である。 PROT_READ ページは読 ...
-
https://man.plustar.jp/manpage/man3/mmap64.3.html
- [similar]
- Man page of ALLOC_HUGEPAGES 8279
- ALLOC_HUGEPAGES Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名
...
hugepages(int key , void * addr , size_t len , int prot , int flag ); int free_hugepages(void * addr ); 説 ...
はヒュージページのサイズの倍数にしなければならない。 prot 引数はセグメントのメモリー保護を指定する。 これは ...
PROT_READ , PROT_WRITE , PROT_EXEC のいずれかである。 key が正でない ...
-
https://man.plustar.jp/manpage/man2/alloc_hugepages.2.html
- [similar]
- Man page of ALLOC_HUGEPAGES 8279
- ALLOC_HUGEPAGES Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名
...
hugepages(int key , void * addr , size_t len , int prot , int flag ); int free_hugepages(void * addr ); 説 ...
はヒュージページのサイズの倍数にしなければならない。 prot 引数はセグメントのメモリー保護を指定する。 これは ...
PROT_READ , PROT_WRITE , PROT_EXEC のいずれかである。 key が正でない ...
-
https://man.plustar.jp/manpage/man2/free_hugepages.2.html
- [similar]
- Man page of SHM_OPEN 7824
- SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_
...
ープンされた共有メモリーオブジェクトは、 読み出し ( PROT_READ ) アクセスでのみ mmap (2) することができる。 ...
*/ struct shmbuf *shmp = mmap(NULL, sizeof(*shmp), PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); if (shmp == ...
); struct shmbuf *shmp = mmap(NULL, sizeof(*shmp), PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); if (shmp == ...
-
https://man.plustar.jp/manpage/man3/shm_open.3.html
- [similar]
- Man page of SHM_OPEN 7824
- SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_
...
ープンされた共有メモリーオブジェクトは、 読み出し ( PROT_READ ) アクセスでのみ mmap (2) することができる。 ...
*/ struct shmbuf *shmp = mmap(NULL, sizeof(*shmp), PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); if (shmp == ...
); struct shmbuf *shmp = mmap(NULL, sizeof(*shmp), PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); if (shmp == ...
-
https://man.plustar.jp/manpage/man3/shm_unlink.3.html
- [similar]
- Man page of REMAP_FILE_PAGES 7789
- REMAP_FILE_PAGES Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名
...
t remap_file_pages(void * addr , size_t size , int prot , size_t pgoff , int flags ); 説明 Note : this sys ...
の値を 最も近いページサイズの倍数へ「切り下げる」。 prot 引数は 0 に指定されなければならない。 flags 引数は ...
なマッピングを参照していない。 EINVAL addr , size , prot , pgoff のいずれかが不正である。 バージョン remap_ ...
い。 関連項目 getpagesize (2), mmap (2), mmap2 (2), mprotect (2), mremap (2), msync (2) この文書について この ...
-
https://man.plustar.jp/manpage/man2/remap_file_pages.2.html
- [similar]