Subversion Repositories Kolibri OS

Rev

Rev 5363 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5363 Rev 10051
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2024. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line -... Line 7...
-
 
7
 
7
 
8
 
8
;**************************************************************************
9
;**************************************************************************
9
;
10
;
10
;   [cache_ide[X]_pointer]
11
;   [cache_ide[X]_pointer]
11
;   or [cache_ide[X]_data_pointer]  first entry in cache list
12
;   or [cache_ide[X]_data_pointer]  first entry in cache list
Line 19... Line 20...
19
;  [cache_ide[X]_system_data]
20
;  [cache_ide[X]_system_data]
20
;  or [cache_ide[x]_appl_data] - cache entries
21
;  or [cache_ide[x]_appl_data] - cache entries
21
;
22
;
22
;**************************************************************************
23
;**************************************************************************
Line 23... Line -...
23
 
-
 
24
$Revision: 5363 $
-
 
25
 
24
 
26
align 4
25
align 4
27
find_empty_slot_CD_cache:
26
find_empty_slot_CD_cache:
28
;-----------------------------------------------------------
27
;-----------------------------------------------------------
29
; find empty or read slot, flush cache if next 10% is used by write
28
; find empty or read slot, flush cache if next 10% is used by write