Searched refs:reg64_t (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dvm_types.h52 * We use reg64_t for addresses that are 32 bits on a 32-bit
61 typedef uint32_t reg64_t; typedef
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea.h341 reg64_t save_get_phys_32(void); /* Obtains a savearea from the free list (returns phys addr in r3) */
342 reg64_t save_get_phys_64(void); /* Obtains a savearea from the free list (returns phys addr in r3) */
346 void save_ret_wMSR(struct savearea *, reg64_t); /* returns a savearea and restores an MSR */
347 void save_ret_phys(reg64_t); /* Returns a savearea to the free list by physical address */
H A Dmachine_routines_asm.s386 ml_phys_read_byte_join: ; r3 = address to read (reg64_t)
417 ml_phys_read_half_join: ; r3 = address to read (reg64_t)
454 ml_phys_read_word_join: ; r3 = address to read (reg64_t)
485 ml_phys_read_double_join: ; r3 = address to read (reg64_t)
516 ml_phys_write_byte_join: ; r3 = address to write (reg64_t), r4 = data
546 ml_phys_write_half_join: ; r3 = address to write (reg64_t), r4 = data
582 ml_phys_write_word_join: ; r3 = address to write (reg64_t), r4 = data
613 ml_phys_write_double_join: ; r3 = address to write (reg64_t), r4,r5 = data (long long)
H A Dsavearea_asm.s338 srdi r3,r4,32 ; unpack reg64_t to addr64_t on 64-bit machine
408 * reg64_t save_get_phys(void);
427 * reg64_t save_get_phys_64(void);
722 * void save_ret_wMSR(struct savearea *,reg64_t); // passes MSR to restore as 2nd arg
781 * void save_ret_phys(reg64_t);

Completed in 109 milliseconds