Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- p -
- PACKED
: packed.h
, ustar.c
- page_fault()
: exception.c
- page_fault_cnt
: exception.c
- page_from_pool()
: palloc.c
- pagedir_activate()
: pagedir.c
, pagedir.h
- pagedir_clear_page()
: pagedir.c
, pagedir.h
- pagedir_create()
: pagedir.c
, pagedir.h
- pagedir_destroy()
: pagedir.c
, pagedir.h
- pagedir_get_page()
: pagedir.c
, pagedir.h
- pagedir_is_accessed()
: pagedir.c
, pagedir.h
- pagedir_is_dirty()
: pagedir.c
, pagedir.h
- pagedir_set_accessed()
: pagedir.c
, pagedir.h
- pagedir_set_dirty()
: pagedir.c
, pagedir.h
- pagedir_set_page()
: pagedir.c
, pagedir.h
- paging_init()
: init.c
- PAL_ASSERT
: palloc.h
- PAL_USER
: palloc.h
- PAL_ZERO
: palloc.h
- palloc_flags
: palloc.h
- palloc_free_multiple()
: palloc.h
, palloc.c
- palloc_free_page()
: palloc.c
, palloc.h
- palloc_get_multiple()
: palloc.c
, palloc.h
- palloc_get_page()
: palloc.c
, palloc.h
- palloc_init()
: palloc.c
, palloc.h
- PANIC
: debug.h
- parallel_merge()
: parallel-merge.c
, parallel-merge.h
- parse_conversion()
: stdio.c
- parse_octal_field()
: ustar.c
- parse_options()
: init.c
- partition()
: qsort.c
- partition_operations
: partition.c
- partition_read()
: partition.c
- partition_scan()
: partition.c
, partition.h
- partition_type_name()
: partition.c
- partition_write()
: partition.c
- pass()
: tests.c
, tests.h
- pd_no()
: pte.h
- PDBITS
: pte.h
- pde_create()
: pte.h
- pde_get_pt()
: pte.h
- PDMASK
: pte.h
- PDSHIFT
: pte.h
- PE32Ax
: process.c
- PE32Hx
: process.c
- PE32Ox
: process.c
- PE32Wx
: process.c
- PF_P
: exception.h
- PF_R
: process.c
- PF_U
: exception.h
- PF_W
: exception.h
, process.c
- PF_X
: process.c
- pg_no()
: vaddr.h
- pg_ofs()
: vaddr.h
- pg_round_down()
: vaddr.h
- pg_round_up()
: vaddr.h
- PGBITS
: vaddr.h
- PGMASK
: vaddr.h
- PGSHIFT
: vaddr.h
- PGSIZE
: vaddr.h
- PHYS_BASE
: vaddr.h
- PIC0_CTRL
: interrupt.c
- PIC0_DATA
: interrupt.c
- PIC1_CTRL
: interrupt.c
- PIC1_DATA
: interrupt.c
- pic_end_of_interrupt()
: interrupt.c
- pic_init()
: interrupt.c
- pick_pivot()
: qsort.c
- PID_ERROR
: syscall.h
- pid_t
: syscall.h
- pintos_init()
: init.c
- pit_configure_channel()
: pit.c
, pit.h
- PIT_HZ
: pit.c
- PIT_PORT_CONTROL
: pit.c
- PIT_PORT_COUNTER
: pit.c
- place
: insult.c
- placeLoc
: insult.c
- POLL
: serial.c
- PRDSNu
: block.h
- prepend()
: pwd.c
- PRI_DEFAULT
: thread.h
- PRI_MAX
: thread.h
- PRI_MIN
: thread.h
- PRId16
: inttypes.h
- PRId32
: inttypes.h
- PRId64
: inttypes.h
- PRId8
: inttypes.h
- PRIdMAX
: inttypes.h
- PRIdPTR
: inttypes.h
- PRIi16
: inttypes.h
- PRIi32
: inttypes.h
- PRIi64
: inttypes.h
- PRIi8
: inttypes.h
- PRIiMAX
: inttypes.h
- PRIiPTR
: inttypes.h
- print_human_readable_size()
: stdio.c
, stdio.h
- print_stacktrace()
: debug.c
- print_stats()
: shutdown.c
- printf()
: stdio.c
, stdio.h
- PRINTF_FORMAT
: debug.h
- PRIo16
: inttypes.h
- PRIo32
: inttypes.h
- PRIo64
: inttypes.h
- PRIo8
: inttypes.h
- PRIoMAX
: inttypes.h
- PRIoPTR
: inttypes.h
- priority_condvar_thread
: priority-condvar.c
- priority_sema_thread()
: priority-sema.c
- PRIu16
: inttypes.h
- PRIu32
: inttypes.h
- PRIu64
: inttypes.h
- PRIu8
: inttypes.h
- PRIuMAX
: inttypes.h
- PRIuPTR
: inttypes.h
- PRIx16
: inttypes.h
- PRIX16
: inttypes.h
- PRIX32
: inttypes.h
- PRIx32
: inttypes.h
- PRIX64
: inttypes.h
- PRIx64
: inttypes.h
- PRIx8
: inttypes.h
- PRIX8
: inttypes.h
- PRIXMAX
: inttypes.h
- PRIxMAX
: inttypes.h
- PRIXPTR
: inttypes.h
- PRIxPTR
: inttypes.h
- process_activate()
: process.h
, process.c
- process_execute()
: process.h
, process.c
- process_exit()
: process.h
, process.c
- process_wait()
: process.h
, process.c
- PROTd
: off_t.h
- PT_DYNAMIC
: process.c
- PT_INTERP
: process.c
- PT_LOAD
: process.c
- pt_no()
: pte.h
- PT_NOTE
: process.c
- PT_NULL
: process.c
- PT_PHDR
: process.c
- PT_SHLIB
: process.c
- PT_STACK
: process.c
- PTBITS
: pte.h
- PTE_A
: pte.h
- PTE_ADDR
: pte.h
- PTE_AVL
: pte.h
- pte_create_kernel()
: pte.h
- pte_create_user()
: pte.h
- PTE_D
: pte.h
- PTE_FLAGS
: pte.h
- pte_get_page()
: pte.h
- PTE_P
: pte.h
- PTE_U
: pte.h
- PTE_W
: pte.h
- PTMASK
: pte.h
- ptov()
: vaddr.h
- PTRDIFF_MAX
: stdint.h
- PTRDIFF_MIN
: stdint.h
- ptrdiff_t
: stddef.h
- PTSHIFT
: pte.h
- PTSPAN
: pte.h
- putbuf()
: stdio.h
, console.c
- putc_poll()
: serial.c
- putchar()
: console.c
, stdio.h
- putchar_have_lock()
: console.c
- puts()
: console.c
, stdio.h