- Timestamp:
- 2006-06-16T11:17:54Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 62939f7
- Parents:
- b6529ae
- Location:
- arch/ia64
- Files:
-
- 4 edited
-
include/asm.h (modified) (6 diffs)
-
include/faddr.h (modified) (1 diff)
-
src/mm/page.c (modified) (1 diff)
-
src/mm/tlb.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/asm.h
rb6529ae rabbc16e 83 83 /** Write IVA (Interruption Vector Address) register. 84 84 * 85 * @param New location of interruption vector table.85 * @param v New location of interruption vector table. 86 86 */ 87 87 static inline void iva_write(__u64 v) … … 106 106 /** Write ITC (Interval Timer Counter) register. 107 107 * 108 * @param New counter value.108 * @param v New counter value. 109 109 */ 110 110 static inline void itc_write(__u64 v) … … 128 128 /** Write ITM (Interval Timer Match) register. 129 129 * 130 * @param New match value.130 * @param v New match value. 131 131 */ 132 132 static inline void itm_write(__u64 v) … … 163 163 /** Write ITV (Interval Timer Vector) register. 164 164 * 165 * @param New vector and mask bit.165 * @param v New vector and mask bit. 166 166 */ 167 167 static inline void itv_write(__u64 v) … … 172 172 /** Write EOI (End Of Interrupt) register. 173 173 * 174 * @param This value is ignored.174 * @param v This value is ignored. 175 175 */ 176 176 static inline void eoi_write(__u64 v) … … 194 194 /** Write TPR (Task Priority Register). 195 195 * 196 * @param New value of TPR.196 * @param v New value of TPR. 197 197 */ 198 198 static inline void tpr_write(__u64 v) -
arch/ia64/include/faddr.h
rb6529ae rabbc16e 43 43 * referenced by fptr pointer. 44 44 * 45 * @param f ptrFunction pointer.45 * @param f Function pointer. 46 46 * 47 47 */ -
arch/ia64/src/mm/page.c
rb6529ae rabbc16e 211 211 /** Set up one VHPT entry. 212 212 * 213 * @param tVHPT entry to be set up.213 * @param v VHPT entry to be set up. 214 214 * @param page Virtual address of the page mapped by the entry. 215 215 * @param asid Address space identifier of the address space to which page belongs. -
arch/ia64/src/mm/tlb.c
rb6529ae rabbc16e 298 298 * @param asid Address space identifier. 299 299 * @param entry The rest of TLB entry as required by TLB insertion format. 300 * @param dt cIf true, insert into data translation register, use instruction translation register otherwise.300 * @param dtr If true, insert into data translation register, use instruction translation register otherwise. 301 301 * @param tr Translation register. 302 302 */
Note:
See TracChangeset
for help on using the changeset viewer.
